Skip to main content

Authentication

In order to use the APIs you'll need to use the associated issued key.
These keys are generated and managed via the Admin portal and are available in the API Keys menu item.

  • Create a protected API key to use the main API from a back-end application code perspective.
  • Create a publishable API key to use the widget, or for registering cards client-side where the key is exposed.

Note
To use the main API, you must create a protected API key and use that as below:

  • When communicating to the protected API, the authorization header is x-api-key
  • When using the publishable API, the authorization header is x-publishable-api-key
Protected API Key

Do not share this key in client-side code.
It is the equivalent of an administrator for your site.