v53

OpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Verification Requests

Get Verification Request Status History

Get the history of status changes for a verification request.

Returns a paginated list of historical status changes including the reason for each change and when it occurred.

get/messaging_tollfree/verification/requests/{id}/status_history

Path parameters

idstring uuid required

Unique identifier of the resource.

Query parameters

page[number]integer required

Page number to retrieve (1-based).

page[size]integer required

Request this many records per page. This value is automatically clamped if the provided value is too large.

Number of items to return per page.

Response

Successful Response

total_recordsinteger required

The total amount of records for these query parameters

Example response

{
  "records": [
    {
      "reason": "Unfortunately, we have to cancel this request as we do not support non tollfree US numbers."
    }
  ]
}