Bearer Token
All API requests require a Bearer token in theAuthorization header:
Getting Your Token
1
Log In
Log into your Handled dashboard
2
Navigate to Settings
Go to Settings > API Tokens
3
Create Token
Click Create API Token
4
Copy Token
Copy and store the token securely
Example Request
Security Best Practices
Keep Tokens Secret
Anyone with your token can access your account. Never commit tokens to version control.
Use HTTPS
All requests must use HTTPS. HTTP requests are rejected.
Separate Environments
Create separate tokens for development, staging, and production.
Rotate Regularly
Periodically rotate tokens for enhanced security.

