mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:06:37 +00:00
26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
---
|
|
title: 'API Tokens'
|
|
description: 'API Tokens'
|
|
position: 1040
|
|
category: 'Developer Resources'
|
|
menuTitle: 'API Tokens'
|
|
---
|
|
|
|
|
|
## API Tokens
|
|
NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps.
|
|
|
|
### Which HTTP Header to use ?
|
|
- ```xc-token``` header should be set when invoking the NocoDB APIs with the token.
|
|
|
|
### How to create a token ?
|
|
|
|
- 
|
|
- 
|
|
- 
|
|
- 
|
|
- 
|
|
- 
|
|
|
|
|