Get Detail
Retrieve detailed information about a specific credential request
Just like the list requests endpoint, this endpoint includes information about the request, credentials, subjects (users) and chosen security level
However, this endpoint includes the full W3C Verifiable Credential data for each credential, and the latest status of all grantor decisions
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Path Parameters
Unique identifier of the credential request. Must be a valid MongoDB ObjectId.
"507f1f77bcf86cd799439011"
Response
Returns complete information including W3C Verifiable Credentials, subjects, and issuer details.
Unique identifier for the request
"507f1f77bcf86cd799439011"
Identity level required for all subjects in this request
CONTACT, ORGANIZATION_KYC, HUMANOS_KYC, HUMANOS_REVALIDATION "CONTACT"
Date and time of the request creation
"2025-01-15T10:30:00Z"
List of subjects with organization data
List of credentials created in this request
Name of the credential request
"Employee Onboarding Request"
Language used in the OTP and displayed in the subject link. One of ENG, PRT, SPA, or FRA.
"ENG"
URL to redirect the subject after completing the request
"https://example.com/callback"
Internal identifier for the request
"order-123"
Date and time the request was canceled, null if active
"2025-01-16T08:00:00Z"