The Ably REST API provides a simple, reliable way to interact with Ably's real-time messaging platform. It allows developers to manage resources like channels, messages, and presence, as well as publish and retrieve messages. The API enables operations such as creating and deleting channels, managing API keys, sending messages to channels, and more. It is designed to be used for administrative tasks, integrating Ably into server-side applications, and controlling the flow of real-time data across multiple devices and platforms. The API supports features like message history, push notifications, and various authentication methods.
Ably Platform API
The Ably Platform API enables real-time messaging and data streaming across applications with low latency and high scalability.
{
"channelId": "string",
"isGlobalMaster": true,
"region": "string",
"status": {
"isActive": true,
"occupancy": {
"presenceConnections": 0,
"presenceMembers": 0,
"presenceSubscribers": 0,
"publishers": 0,
"subscribers": 0
}
}
}
Response example. If you want to see more check the documentation.