post
https://service.pcibooking.net/api/verify
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 requiredYou must provide at least one of
phone(or both) in the request body.
š Phone number formatPhone 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:
| Field | Type | Description |
|---|---|---|
verifyId | string | The unique ID of the verification session. Use this in all subsequent status and results calls. |
status | string | The initial status of the verification. Always Pending on creation. |
expiresAt | datetime | The UTC datetime at which the verification link will expire, based on ttlMinutes. ISO 8601 format. |
