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
The flow:
authToken is short-lived and scoped to one verification. It’s safe to pass to the client.