Files
nocodb/packages/noco-docs/content/en/developer-resources/accessing-apis.md
Naveen MR 495036b617 docs : refactor
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2021-09-07 12:22:08 +01:00

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.

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"
}