mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 22:26:59 +00:00
Add info for API access (#8686)
* Add info for API access Add info which is needed to access the API but not provided int the API docs. I edited this page as I don't know how to edit the API docs themselves, though this probably belongs there. Also adds a minor formatting fix. * Remove extra whitespace Remove extra whitespace
This commit is contained in:
committed by
GitHub
parent
ac038ebd38
commit
4db49a4d6f
@@ -5,10 +5,15 @@ description: 'NocoDB REST API Overview'
|
||||
|
||||
Once you've created the schemas, you can manipulate the data or invoke actions using the REST APIs. We provide several types of APIs for different usages. Refer to the following links for more details:
|
||||
|
||||
[Meta APIs](https://meta-apis-v2.nocodb.com/)
|
||||
- [Meta APIs](https://meta-apis-v2.nocodb.com/)
|
||||
|
||||
- [Data APIs](https://data-apis-v2.nocodb.com/)
|
||||
|
||||
You will need an API key and endpoint to use the API. The endpoint URL for hosted instances of NocoDB is in the format `https://app.nocodb.com/api/v2/tables/TABLEID/records` and `https://app.nocodb.com/api/v2/meta/bases/BASEID/info`.
|
||||
|
||||
- You can find a TABLEID by going to any table in NocoDB > Details > API Snippets.
|
||||
- You can find your BASEID by clicking the menu icon next to any database, rest APIs > and seeing the BASEID in the url.
|
||||
|
||||
Additional information on the REST APIs is provided below.
|
||||
|
||||
## Query params
|
||||
|
||||
Reference in New Issue
Block a user