collections
get
/api/v1/collections
The organization's delinquent accounts, paginated.
- Scope
collections:read- Rate limit
- 200 requests / min
- Idempotency
- read-only
Authentication
Send your key as Authorization: Bearer …. It must carry the scope collections:read; a key without it receives 403 forbidden.
Query parameters
max_dpdintegermin_dpdintegerpageintegerdefault 1min 1per_pageintegerdefault 25min 1max 100severitystring (enum)30_day60_day90_pluscharge_offstagestring (enum)currentgraceearlymidlatelegalcharge_offrecoverystatusstring (enum)activeresolvedcharged_offrecoveredclosedRequest body
This operation takes no request body.
Response
200application/jsondataSerializedCollectionCase[]requiredpaginationobjectrequiredpagenumberrequiredper_pagenumberrequiredtotalnumberrequiredtotal_pagesnumberrequiredErrors
The statuses this operation can return, with the error.code values behind each. Every error body is the shared envelope described under Errors in Getting started.
400validation_error401unauthorized403forbidden429rate_limit_exceeded500internal_error