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:

  1. Navigate to the application you'd like to activate the HTML Importer API for.

  2. Click on the corresponding Details button.

  3. Navigate to the HTML Importer API section of the Details page.

  4. Click Create New API Key.

    A pop up will appear asking you to confirm that you understand usage-based fees apply.

  5. Click Create Key.

Your API key will appear under the HTML Importer API section of your application details.

Screenshot of the Details page in the Developer Console with the HTML Importer section highlighted

Last updated

Was this helpful?