Files
nocodb/packages/noco-docs/docs/160.developer-resources/010.rest-APIs/010.accessing-apis.md
2024-09-02 05:44:24 +00:00

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)