I
Incode Omni API
Details
Authentication
Incode API key
x-api-key: <credential> + Incode short-lived admin token Authorization: Bearer <credential> discovered Get your API key from the Incode dashboard as described in API Key Rotation and use the key value in requests as x-api-key. The OIDC manual configuration page lists API_KEY as a required value from your Incode dashboard for server-side API calls.
First obtain an Incode API key and an admin account email/password from your dashboard. Then call POST {SERVER_URL}/executive/log-in as shown in OIDC Manual Configuration / Admin Login API reference with x-api-key, api-version: 1.0, and JSON body containing email and password. The response returns a short-lived admin token used for privileged retrieval endpoints.
x-api-key: <credential>