cURL
curl --request GET \ --url https://apx.didit.me/auth/v2/organizations/me/{org_id}/applications/{app_id}/ \ --header 'Authorization: Bearer <token>'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "client_id": "<string>", "api_key": "<string>", "created_at": "2023-11-07T05:31:56Z" }
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.