How can we help?

Home
Integrations
Requesting an API Token

Using Your API Token 

For more detailed documentation, please visit: AKOOL OpenAPI

 

For every API call to AKOOL, add the following header:

Authorization: Bearer {token}

Where {token} is the actual token string received from the getToken endpoint.

Example of an actual Bearer token:

Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...