mirror of https://github.com/nocodb/nocodb
1.5 KiB
1.5 KiB
title | description | position | category | menuTitle |
---|---|---|---|---|
Accessing APIs | Accessing APIs | 1000 | Developer Resources | 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"
}