I

Incode Omni API

REST discovered

Details
Docs
https://developer.incode.com/reference/introduction
Authentication
Incode API key x-api-key: <credential> + Incode short-lived admin token Authorization: Bearer <credential> discovered
Incode API key api_key Get key ↗

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.

Incode short-lived admin token bearer Get token ↗

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.

Incode API key api_key discovered Get key ↗
x-api-key: <credential>