To interact with the zenloop API, you need an API token. Follow the steps below to generate and use your token effectively.
Generate your API Token
- Go to the Settings Page
- Locate the API Token sections.
- Copy the generated token.
Using Your API Token:
Include your token in the Authorization header for all API requests. Example:
Authorization: Bearer <your_api_token>
Token Bound to User Permissions
The API token is tied to the user who generated it. Ensure the user has the necessary permissions to perform the intended actions.
If your token is compromised or needs replacement:
Reset token
You can always reset your API token in case it was compromised.
Go to settings and click onReset API Token
button and it will generate a new token and old one will no longer be usable.