Realtime API
2 endpoints
Realtime event streaming.
Get an Ably token for admin real-time communication.
Get an Ably token for admin real-time communication.
Endpoint
/api/admin/auth/pushResponses
200
Success{
"schema": "AblyTokenRequest"
}400
Bad request401
Unauthorized404
Not foundEndpoint
/api/public/push/tokenResponses
200
Success{
"schema": "AblyTokenRequest"
}400
Bad request401
Unauthorized404
Not found