API tokens are unique identifiers associated with your Hushly Account. You can use them to authenticate to the API over Basic Authentication.
Create an API Token
Create an API Token from your Hushly Account.
- Navigate to User Settings > API Token section.
- If you are not seeing this section, please contact your Customer Success Manager to enable API Access for your company.
- Click on Create and Manage API Tokens.

- The Create Your API Token dialog box is displayed. Enter a label name to identify the token, then click Create to generate the API token. .

- Click Copy to clipboard to copy your API Token.

API Authentication
Hushly supports Basic Authentication. Combine your email address and API token to generate the authorization header. The email address and API token combination need to be a Base-64 encoded string.
The authorization header should be formatted like this:
Authorization: Basic email_address:api_token
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article