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
454 B
16 lines
454 B
6 months ago
|
---
|
||
|
title: 'Accessing APIs'
|
||
|
description: 'How to access NocoDB APIs with Auth or API token?'
|
||
|
---
|
||
|
|
||
|
|
||
|
|
||
|
## API Tokens
|
||
|
|
||
|
NocoDB APIs can be authorized by using API Tokens. API tokens allow us to integrate seamlessly with 3rd party apps. See [API Tokens Management](/account-settings/api-tokens) for more.
|
||
|
|
||
|
## Swagger UI
|
||
|
|
||
|
You can interact with the API's resources via the Swagger UI. For more details, see [Swagger APIs Doc](/bases/actions-on-base/#rest-apis)
|
||
|
|