TheDocumentation Index
Fetch the complete documentation index at: https://developer.karmacheck.com/llms.txt
Use this file to discover all available pages before exploring further.
casedata.statuschange event is sent to the webhook whenever the status of a service changes.
Note that additional events can occur even after a service reaches a completion status. For instance, you might receive a notification when a service is complete, then receive a subsequent webhook indicating that the status of the service changed back to pending due to a review or adjudication.
Payload example
CaseDataEvent eventObject properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Required | Unique identifier of the case data record. |
description | string | Required | Description associated with the service for this case data record. |
caseId | string | Required | Case ID. |
storageId | string | Required | Storage ID for the case data record. |
details | object | Required | Service-specific details object; fields vary by service type. |
serviceId | string | Required | Service ID represented by the case data record. |
serviceName | string | Required | Service name. |
serviceTypeId | string | Required | Service type ID. |
serviceTypeName | string | Required | Service type name. |
statusId | string | Required | Case data status ID. |
status | string | Required | Case data status name. |
pendingStatusId | string | null | Required | Pending status ID, when present. |
pendingStatus | string | null | Required | Pending status name, when present. |
crStamp | string | Required | Creation timestamp. |
modStamp | string | Required | Last modified timestamp. |
groupProfileId | string | Required | Group profile ID. |
candidateId | string | Required | Candidate ID. |
candidateEmail | string | Required | Candidate email. |
secondaryStatusId | string | null | Required | Secondary status ID, when present. |
secondaryStatus | string | null | Required | Secondary status name, when present. |
dataKey | string | null | Required | Optional service-specific data key. |
serviceCategoryId | string | Required | Service category ID. |
serviceCategory | string | Required | Service category name. |
serviceSubCategoryId | string | null | Required | Service subcategory ID, when present. |
serviceSubCategory | string | null | Required | Service subcategory name, when present. |
serviceProviderId | string | Required | Service provider ID. |