API Tokens

Modified on Sun, 15 Aug 2021 at 09:48 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. Click Create API token.
  5. From the dialog that appears, enter a memorable and concise Label for your token and click Create.
  6. 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 atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article