List Funds Recoveries
List Funds Recoveries
Use this endpoint to list funds recovery requests with optional filters and pagination.
GET
List Funds Recoveries
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of items to include in the response.
Required range:
1 <= x <= 100The number of the page that you want to retrieve.
Required range:
x >= 1The order used to sort the results.
Available options:
asc, desc Filter by funds recovery status.
Available options:
CREATED, TRACKED, AWAITING_ANALYSIS, ANALYSED, REFUNDING, COMPLETED, CANCELLED Filter by situation type.
Available options:
SCAM, ACCOUNT_TAKEOVER, COERCION, FRAUDULENT_ACCESS, OTHER, UNKNOWN Filter by root transaction ID (32 characters).
Filter by funds recoveries modified after this timestamp (RFC3339 format).
Filter by funds recoveries modified before this timestamp (RFC3339 format).

