Skip to main content

Tokens

remove and reply on the BB token to secure the clint account and the project id to make sure data is coming from the right place

note

use this endpoint to create a new token. this token will be used to authenticate your requests to the API. you will need to provide the token in the token header of your requests.

warning

This token meant for the serverside use only.

tip

Go to auth page on sidebar to learn how to login and get access token.

endpoints

POST /api/v1/tokens

create

request:

{
"accessToken": "your access token",
"companyId": "your company id",
"liveMode": false
}
tip

Go to company page on sidebar to learn how to get company id.