mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:16:48 +00:00
docs(noco-docs-prev): init commit
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: 'Accessing APIs'
|
||||
description: 'Accessing APIs'
|
||||
position: 1000
|
||||
category: 'Developer Resources'
|
||||
menuTitle: '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 ``Schemes`` and Click ``Authorize``.
|
||||
|
||||

|
||||
|
||||
- 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.
|
||||
|
||||
```json
|
||||
{
|
||||
"xc-auth": "YOUR_AUTH_TOKEN"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user