The jsonpad.io RESTful API is the primary way to interact with your data. Using this API, you can manage your lists, items, and indexes.
Authentication is based on tokens. You can create and manage your tokens via the dashboard, then include tokens in your requests to moderate access to your data.
A Postman collection is available to help you get started. You can download the collection here.
Lists are collections of items. They are the main way to organize your data.
Explore the Lists API
Items are individual JSON documents. They are stored in lists.
Explore the Items API
Indexes are used to enable sorting, searching, and filtering of items.
Explore the Indexes API
Identities are user accounts for your app or service.
Explore the Identities API