Events
Creating a callback based on an event
Endpoint [POST] /System/Events on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Load all events according to parameters
Endpoint [GET] /System/Events on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Event-based callback adjustment
Endpoint [PUT] /System/Events on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Load a specific event
Endpoint [GET] /System/Events/{id} on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Delete a specific event
Endpoint [DELETE] /System/Events/{id} on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Acceptable events
Event | Variables for parameters |
---|---|
article-change-availability |
|
order-new |
|
order-change-status |
|
user-registred |
|
user-registration-confirmed |
|
user-reset-password |
|
Last updated