v1

latestOpenAPI 3.0.32026-07-242644125.9 KB
Verifications

Get Verification

Retrieves the current status and detailed information of a specific verification.

get/verifications/{verification_id}

Path parameters

verification_idstring uuid required

The ID of the verification to retrieve.

Response

Detailed information of the verification.

idstring uuid

Unique ID for the verification.

identifierstring

The identifier (CURP/RFC) associated with the verification.

status'in_progress' | 'completed' | 'failed'

The current status of the verification.

data_availableboolean

Indicates if any data was found for this identifier during the verification.

can_retryboolean

Indicates if this verification can be retried (e.g., in case of failure with no data).

entitiesstring[]

A list of data entities (e.g., 'profile', 'invoices', 'employment', 'employment_files', 'earnings', 'business_profile') that were found for this identifier.

created_atstring date-time

Timestamp of when the verification was created.

updated_atstring date-time nullable

Timestamp of when the verification was last updated (e.g., completed or failed).

consent_idstring uuid

The consent ID used for this verification.

is_billableboolean

Indicates if this verification is billable.

external_idstring nullable

The external identifier provided in the request, if any.