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.
- Click Create API token.
- From the dialog that appears, enter a memorable and concise Label for your token and click Create.
- 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