Manage Subscriptions
Create a subscription
Creates a subscription.
post/spaces/{spaceId}/subscriptions
Path parameters
spaceIdstring required
The unique identifier of the space.
Request body
Example request
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
}
}Response
The subscription
Example response
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
}
}