Skip to main content
GET
/
debtorStatus
/
{debtorId}
Get debtor status
curl --request GET \
  --url https://collectwiseapi.com/debtorStatus/{debtorId} \
  --header 'collectwise_key: <api-key>'
{
  "debtorId": "<string>",
  "status": "Potential"
}

Authorizations

collectwise_key
string
header
required

Path Parameters

debtorId
string
required

Unique identifier of the debtor

Response

Debtor status retrieved successfully

debtorId
string
required

Unique identifier of the debtor

status
enum<string>
required

Current status of the debtor

Available options:
Potential,
Subscription,
Partial,
Paid,
Deleted,
Paid Creditor Directly,
Deceased,
Filed Bankruptcy