Create Subscription
To receive notifications from the system, a client should subscribe to a specific EventType sending a POST request with the URL where notification callback should be made.
The client can subscribe only for one event type per request.
Some event types can support additional attributes. These attributes should be provided in the arguments object.
Request parameters
{
"url": "example",
"eventType": "example",
"arguments": {}
}
Responses
{
"id": "18ad0215-778d-352d-8f14-959901273e8d",
"callbackUrl": "example",
"eventType": "example",
"lastOccurence": "1971-04-26T12:26:06Z",
"arguments": {}
}
{
"type": "example",
"title": "example",
"status": 96,
"detail": "example",
"instance": "example"
}
{
"type": "example",
"title": "example",
"status": 96,
"detail": "example",
"instance": "example"
}
Last modified: 30 квітня 2025