Our endpoints make use of Tokens to authenticate incoming requests,
Head over to your dashboard. Under Account , you should be able to navigate to integrations tab.
Click on Create Token. Copy the generated token somewhere safe as we WON'T display it again.

The generated token MUST be appended on all your requests' Headers, under the Bearer Token Authorization.
{
"Content-type: application/json",
"Accept: application/json",
"Authorization: Bearer 123456789"
}
{info} Please NOTE that Authorization value is a concatenation of string
Bearerandyour generated tokenwith a white space between the two
...
{danger} The Generated Token Gives a person full access to your account. Don't share it under any circumstanceď¸