List Funds Recoveries
Use this endpoint to list funds recovery requests with optional filters and pagination.
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.
1 <= x <= 100The number of the page that you want to retrieve.
x >= 1The order used to sort the results.
asc, desc Filter by funds recovery status.
CREATED, TRACKED, AWAITING_ANALYSIS, ANALYSED, REFUNDING, COMPLETED, CANCELLED Filter by situation type.
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).

