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 keyis linked to multiple franchises, you must pass thex-tenant-keyheader to scope the request to a specific franchise.
Example:
Headers:
Api-key: {{ API_KEY }}
X-Tenant-Key: {{ TENANT_KEY }} (optional)