Platform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
Base URL:
Auth: unknown
Endpoints: 11
Reachable: unknown
CORS: unknown
https://rest.ably.ioAuth: unknown
Endpoints: 11
Reachable: unknown
CORS: unknown
Links
Endpoints
| Method | Path | Summary | Auth | Last Status | Latency |
|---|---|---|---|---|---|
GET |
/channels | Enumerate all active channels of the application | — | — | — |
GET |
/channels/{channel_id} | Get metadata of a channel | — | — | — |
GET |
/channels/{channel_id}/presence | Get presence of a channel | — | — | — |
GET |
/channels/{channel_id}/presence/history | Get presence history of a channel | — | — | — |
GET |
/push/channelSubscriptions | List channel subscriptions | — | — | — |
GET |
/push/channels | List all channels with at least one subscribed device | — | — | — |
GET |
/push/deviceRegistrations | List devices registered for receiving push notifications | — | — | — |
GET |
/push/deviceRegistrations/{device_id} | Get a device registration | — | — | — |
GET |
/push/deviceRegistrations/{device_id}/resetUpdateToken | Reset a registered device's update token | — | — | — |
GET |
/stats | Retrieve usage statistics for an application | — | — | — |
GET |
/time | Get the service time | — | — | — |