cURL
curl --request GET \ --url https://apx.didit.me/auth/v2/organizations/me/{org_id}/applications/{app_id}/ \ --header 'Authorization: Bearer <token>'
{ "uuid": "b2c3d4e5-6789-01bc-defg-222222222222", "name": "My App", "client_id": "S9LIYGSoWNuGMLHsvEt9dQ", "api_key": "05mHcOWL8GathLZlz8oIDawYj9qFAcoSHtz-75PAkuo", "created_at": "2025-06-01T10:00:00Z" }
Retrieve your application’s client_id and api_key. Use the api_key as your x-api-key header for all verification API calls.
Access token from login or verify-email response
Application with credentials.
Your API key. Use as x-api-key header for all Didit verification API calls. This is the same as client_secret.