API tokens allow you to access Denada programmatically, enabling integrations with your own tools and workflows.
Generating a token
- Go to Settings in the Denada app
- Navigate to the API tokens section
- Click Generate token
- Copy and securely store the token — it will only be shown once
Treat API tokens like passwords. Never share them publicly or commit them to source control. If a token is compromised, revoke it immediately and generate a new one.
Using your token
Include the token in the Authorization header of your API requests:
Authorization: Bearer your-token-here
Revoking a token
To revoke a token, return to the API tokens section in settings and delete the token you want to revoke. Any requests using that token will immediately stop working.
Need help?
If you have questions about API access, reach out to support@heydenada.com or ask in our Community Slack.