Zelt’s Public API lets you connect your workspace to other tools and programmatically work with your data. To use the API, you create an app in Zelt, give it the correct permissions, and then generate an access token. Every API request must include this token using the Bearer scheme.
Prerequisites
- A Zelt account with admin access
- Permission to create and manage apps
- Basic familiarity with HTTP requests and JSON
What you’ll do next
In the next sections, you’ll walk through how to:
- Create an app and get your Client ID and Client secret
- Choose the permissions (scopes) your app needs
- Generate an authorization code and exchange it for an access token
- Use the access token to authenticate your API calls
- Create a refresh token so you can request new access tokens without running the full code flow again
After that, you can move on to the individual endpoint pages to read and update data from your Zelt account.