List all channels with at least one subscribed device

GET /push/channels

Returns a paginated response of channel names.

Responses

GET /push/channels
curl \
 -X GET https://rest.ably.io/push/channels
Response examples (2XX)
[
  "string"
]
Response examples (2XX)
[
  "string"
]
Response examples (default)
# Headers
x-ably-errorcode: 42
x-ably-errormessage: string
x-ably-serverid: string

# Payload
{
  "message": "string",
  "code": 42,
  "statusCode": 42,
  "href": "string",
  "serverId": "string"
}
Response examples (default)
# Headers
x-ably-errorcode: 42
x-ably-errormessage: string
x-ably-serverid: string

# Payload
{
  "message": "string",
  "code": 42,
  "statusCode": 42,
  "href": "string",
  "serverId": "string"
}