Accessing APIs
REST APIs
- Go to NocoDB Project, click the rightmost button and click
Copy auth token
.
- Click the same button and click
Swagger APIs Doc
.
- Select
Schemes
and ClickAuthorize
.
- Paste the token you just copy in step 1 and click Authorize
GraphQL APIs
- Go to NocoDB Project, click the rightmost button and click
Copy auth token
.
- Click the same button and click ``GraphQL APIs`.
- Click
REQUEST HEADERS
.
- Paste the token you just copy in step 1.
{
"xc-auth": "YOUR_AUTH_TOKEN"
}