🛫Jet Admin API
Easily access, add to and modify data stored in Jet Admin from outside apps
Last updated
Easily access, add to and modify data stored in Jet Admin from outside apps
Last updated
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.
To be able to use API for a particular data source, you need to use the "Sync" connection when integrating a resource:
Firstly, to make requests to Jet's API you should get a token. To do so, follow the steps described in the articles:
Users APITeams APILearn how to use Projects API, Pages API, and HTTP Requests API in the tutorials below.
Projects APIPages APIHTTP requests API