Create a Verification

Initiates a new contact details verification. PCI Booking sends a verification message to the email address and/or phone number provided.

When submitted successfully, the response body will contain the verification session ID, its initial status, and the expiry time.

šŸ“˜ At least one contact method is required

You must provide at least one of email or phone (or both) in the request body.

šŸ“˜ Phone number format

Phone numbers must be provided in international format, including the country code, without a leading + sign (e.g. 972544735557).


The response for this request will be a JSON with the following fields:

FieldTypeDescription
verifyIdstringThe unique ID of the verification session. Use this in all subsequent status and results calls.
statusstringThe initial status of the verification. Always Pending on creation.
expiresAtdatetimeThe UTC datetime at which the verification link will expire, based on ttlMinutes. ISO 8601 format.
Language
Response
Click Try It! to start a request and see the response here!