cURL
200
List Verifications
GET/v3/verifications/payee
Returns verification objects in reverse chronological order. Use the beneficiary filter to retrieve all verifications linked to a specific beneficiary, or use created filters to narrow by date range.
Authorizations
Basic authentication header of the form
Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.Query Parameters
Filter by beneficiary ID (
bnf_xxxx). Returns all verifications linked to the specified beneficiary.Number of objects to return. Default:
10. Range: 1–100.Cursor for forward pagination. Pass the
id of the last object from the previous page.Cursor for backward pagination. Pass the
id of the first object from the current page.Filter by creation time. Supports
gt, gte, lt, lte as Unix timestamps (e.g. created[gte]=1700000000).Response
Fixed value:
list.Whether more objects exist beyond the current page.
List of verification objects in reverse chronological order.
