description |
---|
Easily access, add to and modify data stored in Jet Admin from outside apps |
Jet Admin API makes extending your apps and accessing Jet Admin outside of the app easy. In just a few clicks, you can access lists of records and individual records, create new rows, or update/delete existing ones through a RESTful interface. Make working with data more efficient in no time!
Jet allows you to interact with data sources and APIs, connected to Jet. The API documentation for each resource can be found in the data section within the particular resource page.
{% hint style="info" %} To be able to use API for a particular data source, you need to use the "Sync" connection when integrating a resource: {% endhint %}
{% content-ref url="interacting-with-jet-admin-api/" %} interacting-with-jet-admin-api {% endcontent-ref %}
Firstly, to make requests to Jet's API you should get a token. To do so, follow the steps described in the articles:
{% content-ref url="project-users.md" %} project-users.md {% endcontent-ref %}
{% content-ref url="project-teams.md" %} project-teams.md {% endcontent-ref %}
Learn how to use Projects API, Pages API, and HTTP Requests API in the tutorials below.
{% content-ref url="projects-api.md" %} projects-api.md {% endcontent-ref %}
{% content-ref url="pages-api.md" %} pages-api.md {% endcontent-ref %}
{% content-ref url="http-requests-api.md" %} http-requests-api.md {% endcontent-ref %}