Files
nocodb/packages/noco-docs/content/en/developer-resources/accessing-apis.md
Naveen MR 7bb6dc9140 docs : refactor
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2022-02-05 15:51:31 +00:00

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.

image

  • Click the same button and click Swagger APIs Doc.

image

  • Select Schemes and Click Authorize.

image

  • Paste the token you just copy in step 1 and click Authorize

image

GraphQL APIs

  • Go to NocoDB Project, click the rightmost button and click Copy auth token.

image

  • Click the same button and click ``GraphQL APIs`.

image

  • Click REQUEST HEADERS.

image

  • Paste the token you just copy in step 1.
{
    "xc-auth": "YOUR_AUTH_TOKEN"
}