Authentication
This page includes instructions on how to obtain your API key for the HTML Importer API.
Bearer Token Authentication
Beefree SDK's HTML Importer API uses bearer tokens to authenticate requests. You can create, view, and manage your bearer token in the Beefree SDK Developer Console. All requests must be made over HTTPS and contain the following HTTP Header:
Authorization: Bearer {token}
Create a Bearer Token
To use the HTML Importer API, you will need an API Key, which is the bearer token you will use to authenticate, from the Beefree SDK Developer Console.
Take the following steps to obtain your API key:
Log in to the Beefree SDK Developer Console.
Navigate to the application you'd like to activate the HTML Importer API for.
Click on the corresponding Details button.
Navigate to the HTML Importer API section of the Details page.
Click Create New API Key.
A pop up will appear asking you to confirm that you understand usage-based fees apply.
Click Create Key.
Your API key will appear under the HTML Importer API section of your application details.

Last updated
Was this helpful?