List Debts by Creditor
Debts API
List Debts by Creditor
Retrieve all debts associated with a specific creditor
GET
List Debts by Creditor
Overview
This endpoint returns a paginated list of all debts issued by a specific creditor. You can filter and search the results using query parameters.Authentication
Requires a valid OAuth 2.0 access token with thedebts:read scope.
Request
Bearer token for authentication
Path Parameters
The encrypted creditor ID
Query Parameters
Page number for pagination (starts at 1)
Number of items per page (maximum 100)
Filter by debt status (e.g., “active”, “paid”, “disputed”)
Filter by currency code (e.g., “EUR”, “USD”)
Minimum debt amount filter
Maximum debt amount filter
Filter debts created after this date (ISO 8601 format)
Filter debts created before this date (ISO 8601 format)
Search in internal_id or amount_text fields
Example Request
Response
Always
false for successful requestsArray of debt objects
Pagination metadata
Success Response
Error Responses
Rate Limiting
This endpoint is subject to rate limiting. See the Rate Limits documentation for details. Rate Limit: 1,000 requests per hourRelated Endpoints
- List All Debts - Get all debts for your company
- Get Creditor - Get creditor information
- List Debts by Debtor - Get all debts for a specific debtor