Manage Subscriptions
Get list of subscriptions
Gets a list of all subscription for a space.
get/spaces/{spaceId}/subscriptions
Path parameters
spaceIdstring required
The unique identifier of the space.
Response
The list of subscriptions
Example response
[
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
}
}
]