api.botpress.cloud
) as a user, a bot, or an integration. To do so, you’ll need to use a token.
Bearer token
to authenticate API requests.
api.botpress.cloud
) using one of the following methods:
Authorization
header with the appropriate token. Here’s an example of the request format:
{TOKEN}
is replaced with the actual token you obtained (PAT, Bot Access Key, or Integration Access Key).
token
when creating a new Client instance:
token
you is either a Personal Access Token, Bot Access Key, or Integration Access Key. This will create a Client instance that’s authenticated and can be used to interact with the API.