Get all channel groups
Get all channel groups for a given subscribe key.
This endpoint is disabled on most subscribe keys, please contact support to confirm endpoint usability.
| Path Parameters |
|---|
sub_key string — REQUIREDYour app's subscribe key from Admin Portal. Example:
|
| Query Parameters |
|---|
uuid string — REQUIREDA UTF-8 encoded string of up to 92 characters used to identify the client. Example:
|
signature stringSignature used to verify that the request was signed with the secret key associated with the subscriber key. If Access Manager is enabled, either a valid authorization token or a signature are required. See Access Manager documentation for details on how to compute the signature. |
timestamp integerUnix epoch timestamp used as a nonce for signature computation. Must have no more than ± 60 second offset from NTP. Required if |
| Responses | ||||||||
|---|---|---|---|---|---|---|---|---|
200OK
| ||||||||
403Channel Groups Multiplexing Flag Disabled Error
| ||||||||
500Channel Groups Storage Error
| ||||||||
503Channel Groups Account Configuration Error
|
sub_key*uuid*signatureIf Access Manager is enabled, either a valid authorization token or a signature are required.
See Access Manager documentation for details on how to compute the signature.
timestampRequired if
signature parameter is supplied.message"OK"service"channel-registry"status200errorfalsepayloadmessage"Use of the channel groups API requires the Stream Controller which is not enabled for this subscribe key. Login to your PubNub Dashboard Account and enable Stream Controller. Contact support@pubnub.com if you require further assistance."errortrueservice"channel-registry"status403message"Channel Group: Storage Error"errortrueservice"channel-registry"status500message"Failed to retrieve account configuration"errortrueservice"channel-registry"status503