Table of Contents
You will need to create an API Token, before you can access Call Assist API.
Creating Api Token #
- Go to Settings -> Api Tokens.
- Add API Token.
- Name the token.
- Click Submit.
Make sure the token in Active

Click the eyeball to view the token

API Authentication #
Call Assist uses Bearer Token REST api authentication.
The following authorization header should be included with each request.
Authorization : Bearer {Your API Token}
Accepts: application/json