mirror of https://github.com/nocodb/nocodb
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.
16 lines
331 B
16 lines
331 B
3 years ago
|
---
|
||
|
title: 'API Tokens'
|
||
|
description: 'API Tokens'
|
||
|
position: 500
|
||
|
category: 'Developer Resources'
|
||
|
menuTitle: 'API Tokens'
|
||
|
---
|
||
|
|
||
|
|
||
|
## API Tokens
|
||
|
NocoDB allows creating API tokens which allow it to be integrated seamlessly with 3rd party apps.
|
||
|
|
||
|
### Creating API tokens
|
||
|
|
||
|
### Using API Tokens
|
||
|
Invoke NocoDB APIs with ```xc-token``` header
|