mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 03:47:47 +00:00
16 lines
453 B
Markdown
16 lines
453 B
Markdown
---
|
|
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)
|
|
|