Authentication

API-Key

The API key is provided by the Empego Customer Success team.

The integration API uses the API key that Empego provides as an authentication token. All requests to the API or requests to generate an iFrame must use that API key.

⚠️ NOTE: If the provided API key is linked to multiple franchises, you must pass the x-tenant-key header to scope the request to a specific franchise.

Example:

Headers:

Api-key: {{ API_KEY }}

X-Tenant-Key: {{ TENANT_KEY }} (optional)