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
Updates
Get update types
Get update types
GET
/
v1
/
{tenantId}
/
updates
/
types
Copy
curl --request GET \
--url https://api.debbiecollect.com/v1/{tenantId}/updates/types \
--header 'Authorization: Bearer <token>'
Copy
[
{
"updateTypeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"procedure": [
"<any>"
],
"procedureEnabled": true,
"referenceType": "CASE",
"selectable": true,
"public": true,
"knowledgeBaseUrls": "<any>",
"priority": 123,
"label": "<string>",
"description": "<string>",
"pausing": true,
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"groupLabel": "<string>",
"important": true,
"importantTheme": "<string>",
"responsiblePermissionLevel": "client",
"hiddenPermissionLevel": "client",
"pauseWithUpdateOnCaseExit": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"continueOnCaseExit": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"introductionHeroFile": {
"fileName": "<string>",
"contentType": "<string>",
"fileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"introductionHTML": "<string>"
}
]
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 update is related to
Response
200
application/json
Successful operation
The response is of type object[]
.
Copy
curl --request GET \
--url https://api.debbiecollect.com/v1/{tenantId}/updates/types \
--header 'Authorization: Bearer <token>'
Copy
[
{
"updateTypeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"procedure": [
"<any>"
],
"procedureEnabled": true,
"referenceType": "CASE",
"selectable": true,
"public": true,
"knowledgeBaseUrls": "<any>",
"priority": 123,
"label": "<string>",
"description": "<string>",
"pausing": true,
"groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"groupLabel": "<string>",
"important": true,
"importantTheme": "<string>",
"responsiblePermissionLevel": "client",
"hiddenPermissionLevel": "client",
"pauseWithUpdateOnCaseExit": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"continueOnCaseExit": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"introductionHeroFile": {
"fileName": "<string>",
"contentType": "<string>",
"fileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"introductionHTML": "<string>"
}
]
Assistant
Responses are generated using AI and may contain mistakes.