mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:37:22 +00:00
1.4 KiB
1.4 KiB
title, description, position, category, menuTitle
| title | description | position | category | menuTitle |
|---|---|---|---|---|
| How to access APIs ? | How to access APIs ? | 100 | Developer Resources | How to access 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"
}






