Required Scopes: DEBT_COLLECTION_READ
OK
Validation of the request failed.
Authentication failed. No api-key, wrong api-key or wrong header name.
Authorization failed. The caller has no privilege to the given resource.
Entity does not exists.
Conflict
Access denied - rate limit is exceeded.
Unexpected system error.
{- "result": [
- {
- "debtorId": "2334545",
- "block": {
- "limitType": "LIMITED",
- "endDate": "2022-09-20"
}, - "debts": [
- {
- "debtId": "123e4567-e89b-42d3-a456-556642440000",
- "debtDate": "1952-05-04",
- "contractStartDate": "1952-05-04",
- "amount": 333,
- "currency": "USD",
- "type": "SALE",
- "designation": "string",
- "recurrence": {
- "period": "MONTH",
- "frequency": 2
}, - "servicePeriodStartDate": "1952-05-04",
- "servicePeriodEndDate": "1952-05-04",
- "maturityType": "NORMAL",
- "latestRejectionReason": "PURCHASE_LIMIT",
- "contractId": 0,
- "block": {
- "limitType": "LIMITED",
- "endDate": "2022-09-20"
}
}
]
}
], - "hasNext": true,
- "offset": "100"
}