Skip to main content
GET
/
organizations
/
me
/
{org_id}
/
applications
/
{app_id}
Get Application Credentials
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"
}

Authorizations

Authorization
string
header
required

Access token from login or verify-email response

Path Parameters

org_id
string<uuid>
required
app_id
string<uuid>
required

Response

Application with credentials.

uuid
string<uuid>
name
string
client_id
string
api_key
string

Your API key. Use as x-api-key header for all Didit verification API calls. This is the same as client_secret.

created_at
string<date-time>