Generate a token
- Navigate to your bot dashboard (https://app.quick.bot/dashboard)
- Click on Account > API Tokens
- Under the “API tokens” section, click on “Create”
- Give it a name, then click on “Create token”
- Copy your token.

Use your token
You can authenticate by adding anAuthorization
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:

How to find my publicId
For published bot execution, you need to provide the public bot ID available here:

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