mirror of https://github.com/nocodb/nocodb
Naveen MR
3 years ago
2 changed files with 23 additions and 6 deletions
@ -0,0 +1,16 @@ |
|||||||
|
--- |
||||||
|
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 |
Loading…
Reference in new issue