Skip to main content
GET
List debtors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

acting_as
string

Filter by acting_as value of the debtor

id
string

Filter by our ID of the debtor

limit
integer

Anzahl der pro Seite zurückzugebenden Ergebnisse.

offset
integer

Der initiale Index, von dem die Ergebnisse zurückgegeben werden sollen.

your_reference
string

Filter by your_reference for the debtor

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"