API Documentation
Customers
Case vouchers
Billing
Webhooks
- HOOKUpdate created
- HOOKUpdate updated
- HOOKUpdate deleted
- HOOKCreditor created
- HOOKCreditor updated
- HOOKCase voucher created
- HOOKCase voucher updated
- HOOKCase voucher deleted
- HOOKPayment plan status change
- HOOKInteraction sent
- HOOKCustomer created
- HOOKCase status change
- HOOKCase merged
- HOOKCase merge undoed
- HOOKBilling created
- HOOKPayout created
Creditors
Get creditor
Get a creditor
GET
/
v1
/
{tenantId}
/
creditors
/
{creditorId}
Copy
curl --request GET \
--url https://api.debbiecollect.com/v1/{tenantId}/creditors/{creditorId} \
--header 'Authorization: Bearer <token>'
Copy
{
"acquisitionResponsibleId": "9409b6d8-cde5-45f1-b8e1-e756847a7077",
"contactId": "bb71f936-c60c-4ad7-82f6-eddca673d30f",
"caseworkerContactId": "9409b6d8-cde5-45f1-b8e1-e756847a7077",
"notes": "Note to self (and my colleagues).",
"name": "John Doe's Factories",
"defaultCollectorId": "f6700acf-edf6-4ef7-8e39-fa5f45d20c0d",
"defaultChainId": "3057ca58-d39d-48ec-9d79-c45182b92ca0",
"aksEnabled": true,
"vatRegistered": true,
"centralRegisterId": "DK40125949",
"isCompany": true,
"state": "ACTIVE",
"id": "My reference",
"selfCollection": false,
"experianClientId": 125134,
"creditorId": "a087de99-19aa-4f40-9883-fa4b20f3dff1",
"debtorFAQ": "Frequently asked questions",
"defaultClientChainId": "3057ca58-d39d-48ec-9d79-c45182b92ca0",
"defaultBillingModelId": "9860cf1a-b4d9-4d4e-a085-298c4781eca0"
}
Authorizations
Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}
.
Path Parameters
Id of the tenant the creditor is related to
Id of the creditor
Response
200
application/json
Successful operation
The response is of type object
.
Copy
curl --request GET \
--url https://api.debbiecollect.com/v1/{tenantId}/creditors/{creditorId} \
--header 'Authorization: Bearer <token>'
Copy
{
"acquisitionResponsibleId": "9409b6d8-cde5-45f1-b8e1-e756847a7077",
"contactId": "bb71f936-c60c-4ad7-82f6-eddca673d30f",
"caseworkerContactId": "9409b6d8-cde5-45f1-b8e1-e756847a7077",
"notes": "Note to self (and my colleagues).",
"name": "John Doe's Factories",
"defaultCollectorId": "f6700acf-edf6-4ef7-8e39-fa5f45d20c0d",
"defaultChainId": "3057ca58-d39d-48ec-9d79-c45182b92ca0",
"aksEnabled": true,
"vatRegistered": true,
"centralRegisterId": "DK40125949",
"isCompany": true,
"state": "ACTIVE",
"id": "My reference",
"selfCollection": false,
"experianClientId": 125134,
"creditorId": "a087de99-19aa-4f40-9883-fa4b20f3dff1",
"debtorFAQ": "Frequently asked questions",
"defaultClientChainId": "3057ca58-d39d-48ec-9d79-c45182b92ca0",
"defaultBillingModelId": "9860cf1a-b4d9-4d4e-a085-298c4781eca0"
}
Assistant
Responses are generated using AI and may contain mistakes.