Get Events Subscriptions
https://api.blaze.stream/v1/events/{sessionId}/subscriptionsLists active event subscriptions for a socket session.
Authorizations
User access tokens and app access tokens are allowed. Some subscription types only accept user access tokens.
Path parameters
sessionIdstringrequired
Identifies the socket session whose active subscriptions should be listed.
Responses
- 200OKapplication/json
- 400Bad Requestapplication/json
- 401Unauthorizedapplication/json
- 403Forbiddenapplication/json
- 500Internal Server Errorapplication/json
/v1/events/{sessionId}/subscriptionsGET /v1/events/{sessionId}/subscriptions HTTP/1.1
Host: api.blaze.stream
Authorization: Bearer YOUR_ACCESS_TOKEN
Accept: application/json{
"success": true,
"message": "success",
"data": [
{
"type": "channel.follow",
"version": "1",
"condition": {
"channelId": "9b7f3c2a-2f41-4f5e-9f54-6c1d8a2b7e90"
}
}
]
}