Bearer token
to authenticate API requests.
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 is authenticated and can be used to interact with the API.