Management API
Authentication
Sequin’s API uses HTTP Bearer Authentication.
You can retrieve and manage your API tokens in your account settings page in the Sequin Console.
API requests
You’ll include your token in the header of your HTTP requests. For example, with a client such as curl
, you can include your token by using the --header
option:
CLI
You can set your API token as a context variable in the Sequin CLI by running:
Was this page helpful?