API Tokens

Modified on Wed, 25 Feb at 9:19 PM

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.

  1. Navigate to User Settings >  API Token section.

  2. If you are not seeing this section, please contact your Customer Success Manager to enable API Access for your company.

  3. Click on Create and Manage API Tokens.
  4. 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. .

  5. 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

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article