Handles event notifications sent by the PXP system.

Handles event notifications sent by the PXP system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the event. Can be used for tracking which events have been already processed.

string
required

The UTC date and time when the event was sent. Used for identifying the correct order of events.

string
enum
required

The type of the event. Used for specifying what properties will be put in the 'data' property.

Allowed:
data
object
required

Contains the specific event data. Only one of the following properties must be sent, matching the event type.

Responses
200

Event successfully received by the subscriber.

400

The subscriber could not process the event. The event will not be re-sent again.

500

Technical error occurred, the event will be sent again.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!