多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.4 KiB

title description position category menuTitle
APIs Access APIs Access 14 Setup and Usages APIs Access

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