Authentication

API requests require authentication via API keys passed in headers:

All Environments:

  • Authorization (required): Bearer token with your platform API key

Production Environment Only:

  • X-Customer-Key (required): End-customer key identifying which customer is making the request

In the test environment, the X-Customer-Key header is not required.

Provision end-customer keys in the Embedded API Portal.

Last updated