Documentation Index
Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key Authentication
All server-side API calls use HTTP Basic Auth with your API Key and API Secret.Authorization header is: Basic base64(API_KEY:API_SECRET)
Get Your Keys
- Log in to iDenfy Dashboard
- Go to Settings → API Keys
- Select Generate
Two Types of Auth
| Auth type | Used for | Where |
|---|---|---|
| Basic Auth (API Key + Secret) | All server-side API calls | Your backend only |
| authToken | Client-side verification UI | iFrame, redirect, mobile SDK |
authToken is short-lived and scoped to one verification. It’s safe to pass to the client.