Get supportRequest a Demo
  • Get Started
    • Welcome
  • Guides
    • Authentication
    • Patient Management
    • Order Management
    • Device Management
    • Webhook Management
  • Webhooks
  • API Reference
  • Resources
    • OpenAPI Spec
    • Mobile SDK
LogoLogo
Get supportRequest a Demo
WebhooksKit Events

Packed Kit Event

Webhook for packed kit event notifications.
Was this page helpful?
Previous

Order Status

Next
Built with
Order Status
Webhook for packed kit event notifications.
Payload
1{
2 "id": 99999,
3 "payload": {
4 "eventTimestamp": "string",
5 "eventType": "started",
6 "packedKitId": 99999,
7 "deviceId": 99999
8 },
9 "type": "packedKit.event"
10}

Payload

The payload of this webhook request is an object.
idlongRequired
Unique identifier for the webhook payload, managed by Impilo.
payloadobjectRequired
The payload of the webhook.
typeenumRequired
The event type for the webhook.
Allowed values:

Response

200
any
Return a 200 status to indicate that the data was received successfully.
The payload of the webhook.
The event type for the webhook.