List withdrawals
GET/withdrawals
Read-only and list-only. Withdrawals are created on devices and synced upstream. There is no get-by-id: GET /withdrawals/{id} returns 405, as does any POST/PUT/DELETE. Fetch withdrawals by paging this list.
Request
Responses
- 200
- 400
- 401
- 403
- 405
- 429
A page of withdrawals
RFC 7807 problem
Missing/invalid/unknown/revoked API key. Note: returned by the gateway as {"message":"Unauthorized"}, NOT RFC 7807, and without X-Request-Id.
RFC 7807 problem
RFC 7807 problem
Rate limit exceeded for this organization/environment (tenantId#environment). Note: enforced by the API gateway, so the body is gateway-shaped ({"message":"Limit Exceeded"}), NOT RFC 7807, and without X-Request-Id.