get
https://service.pcibooking.net/api/verify/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieves the current status of a verification request. Use this endpoint to poll and determine whether the recipient has acted on the verification link, or whether the session is still pending or has expired.
Response
| Field | Type | Description |
|---|---|---|
verifyId | string | The unique ID of the verification session. |
status | string | The current status. Possible values: Pending, OtpSent, Verified, Failed, Expired. |
completedAt | datetime | The UTC datetime at which the verification was completed. Returns null if still pending. |
metadata | string | The metadata string provided in the original request. Returns null if not provided. |
{
"verifyId": "xLoat3F385vvFRbgI2usOeuXKXQoB8kv",
"status": "Pending",
"completedAt": null,
"metadata": "MY-REFERENCE_098"
}
