Skip to main content
Some API endpoints are protected, and therefore require that you authenticate using an API token.

Use your token

You can authenticate by adding an Authorization header to all your HTTP calls. The Authorization header is formatted as such: Authorization: Bearer <token> (replace <token> with your token previously generated). Example:

How to find my botId

If you’d like to execute the bot in preview mode, you will need to provide the ID of the building bot available in the editor URL:
Get bot ID

How to find my publicId

For published bot execution, you need to provide the public bot ID available here:
Get botpublic ID

How to find my workspaceId

In your workspace dashboard, head over to Workspace > Settings and copy the workspace ID.