Generic Notification - event

This endpoint will receive the main notification stream for the platform events in a new generic format.

Body Params
uuid
required

Idempotency key (UUID) to uniquely represent this request and prevent duplication.

string
required

The type of the notification event - one of:

  • BATCH_COMPLETED: The bulk batch-completed event
date-time

Resolution requested by date and time

string

The party responsible for the triggering of an action resulting in a notification event. Possible values:

  • CLIENT: Client executed an action which triggered the event.
  • PLATFORM: Shaype executed an action which triggered the event.

Provided event details.

Responses
200

Success

403

Unauthorised

422

Invalid Input

500

Internal error

Language