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
Example response
{
"records": [
{
"reason": "Unfortunately, we have to cancel this request as we do not support non tollfree US numbers."
}
]
}