Subscriptions
Create a new Subscription
post/spaces/{spaceIdentifier}/subscriptions
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"EventNotificationSubscription": {
"Filter": {
"Tenants": [
"Tenants-1",
"..."
]
}
},
"SpaceId": "Spaces-1"
}