Check if a identity verification exists

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

verification_idstringRequired
The unique identifier of the identity verification

Response

Identity verification exists
verification_idstringOptional
The unique identifier of the identity verification
first_seendatetimeOptional
This represents the earliest timestamp associated with the identity verification
last_seendatetimeOptional
This represents the latest timestamp associated with the identity verification
organization_idstringOptional
The organization ID for which the identity verification was found

Errors

401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error