Skip to main content
GET
Get Detail

Headers

API-Version
string

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.

Pattern: ^\d{4}-\d{2}-\d{2}$
Example:

"2026-07-06"

Path Parameters

requestId
string
required

Unique identifier of the credential request. Must be a valid MongoDB ObjectId.

Example:

"507f1f77bcf86cd799439011"

Response

Returns complete information including W3C Verifiable Credentials, subjects, and issuer details.

id
string
required

Unique identifier for the request

Example:

"507f1f77bcf86cd799439011"

securityLevel
enum<string>
required

Identity level required for all subjects in this request

Available options:
CONTACT,
ORGANIZATION_KYC,
HUMANOS_KYC,
HUMANOS_REVALIDATION
Example:

"CONTACT"

createdAt
string<date-time>
required

Date and time of the request creation

Example:

"2025-01-15T10:30:00Z"

subjects
object[]
required

List of subjects with organization data

credentials
object[]
required

List of credentials created in this request

name
string | null

Name of the credential request

Example:

"Employee Onboarding Request"

language
string | null

Language used in the OTP and displayed in the subject link. One of ENG, PRT, SPA, or FRA.

Example:

"ENG"

redirectUrl
string | null

URL to redirect the subject after completing the request

Example:

"https://example.com/callback"

internalId
string | null

Internal identifier for the request

Example:

"order-123"

canceledAt
string<date-time> | null

Date and time the request was canceled, null if active

Example:

"2025-01-16T08:00:00Z"