API Token
This page will walk you through getting an API Token to authenticate your requests
Requirements
You will need two things in order to get your token.
Account credentials
Company key
Example Python
Bellow is an example on how to use them to get your API Token.
Your API token is returned in the Headers.
"Authentication-Token" : "<your-token>"
If you need more detailed information please take a look at the API Reference for this endpoint:
AuthenticationLast updated