Authentication

You will need to create an API Token, before you can access Call Assist API.

Creating Api Token #

  1. Go to Settings -> Api Tokens.
  2. Add API Token.
  3. Name the token.
  4. 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