Our endpoints make use of Auth Tokens to authenticate incoming requests,
Account , you should be able to navigate to API Keys tab.Create Token. Copy the generated token somewhere safe as we WON'T display it again
3. The generated keys 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ď¸