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
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the resource.
Query Parameters
Page number to retrieve (1-based).
Required range:
x >= 1Number of items to return per page. Request this many records per page. This value is automatically clamped if the provided value is too large.
Required range:
x >= 1JavaScript