Jet Admin API
Easily access, add to and modify data stored in Jet Admin from outside apps
Last updated
Was this helpful?
Easily access, add to and modify data stored in Jet Admin from outside apps
Last updated
Was this helpful?
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.
Firstly, to make requests to Jet's API you should get a token. To do so, follow the steps described in the articles:
Learn how to use Projects API, Pages API, and HTTP Requests API in the tutorials below.