All API requests require authentication using a Bearer token. The token can be found in the Sequin Console under the “Manage account” section.Documentation Index
Fetch the complete documentation index at: https://sequinstream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve your API token
You can retrieve your API token from the Sequin Console:Navigate to account settings
Click your account name (next to the gear ⚙️ icon) in the bottom left corner and select “Manage account”.
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)

