Authentication
API Keys
API authentication is typically done by API Key passed in the HTTP request headers as follows:
“Authorization”: “Token {INSERT YOUR TOKEN}”
Account Access
First, you will need account access and then can obtain an API key within that account. If you are already working with a existing Call Tools customer you can obtain account access from them in the form of manager login credentials. Once you are logged into the Call Tools platform you will obtain an API key by simply navigating to the API Keys page with the “Integrations” nav menu section.
Each API key is associated with a specific account user and will assume the same application permissions (authorization) as that user.
Each user can only have 1 API key associated with them.
JWT Authentication
For application developers creating a general use integration or general use app that makes use of the Call Tools API we also offer JWT token authentication. Please inquire for more information.