mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 14:06:45 +00:00
1.4 KiB
1.4 KiB
title, description, position, category, menuTitle
| 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
Schemesand 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"
}






