Get an identity verification
Returns the tenant-scoped verification and its current state. The
verificationLink is returned only while status is PENDING.
Requires a master M2M credential, the identity_verification.manage
scope and X-Tenant-Id.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
verificationId
Standalone identity verification identifier returned by the creation endpoint.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Response
Current verification state.
verificationId
Standalone verification identifier.
status
Current state of the standalone verification.
Allowed values:
purpose
Sensitive journey that this proof is allowed to authorize.
Allowed values:
referenceId
Caller-owned journey identifier supplied at creation.
document
CPF verified by this journey, with 11 digits and no punctuation.
provider
Identity provider that processed the journey.
expiresAt
RFC 3339 instant at which the pending journey expires.
verificationLink
Present only while status is PENDING.
failureReason
Provider-normalized reason when the journey failed or expired; otherwise null or omitted.
Allowed values:
completedAt
Terminal transition time for APPROVED, FAILED or EXPIRED.
consumableUntil
Last instant at which an approved result may be consumed. Set for APPROVED.
consumedAt
First successful consume time; null or omitted until consumption.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error