List all withdrawals
Withdrawals
List all withdrawals
GET
List all withdrawals
Each item in
data includes withdrawalNumber when present (always for newly created withdrawals; older rows may need npm run backfill).Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Items per page (clamped to 1–100)
Required range:
1 <= x <= 100Sort field. Prefix with - for descending (e.g. -createdAt, name)