Retrieve your API token
You can retrieve your API token from the Sequin Console:1
Navigate to account settings
Click your account name (next to the gear ⚙️ icon) in the bottom left corner and select “Manage account”.
2
Find your API token
Your API token is displayed under API tokens.
Using your API token
Include the token in the Authorization header of your requests:Token security
- Keep your API tokens secure and never share them publicly
- Rotate your tokens regularly
- Delete tokens that are no longer needed
- Use different tokens for different environments (development, staging, production)