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 REQUIRED

Your app's subscribe key from Admin Portal.

Example: sub-c-50264475-1902-558x-d213-7p19052012n2

Query Parameters
uuid string REQUIRED

A UTF-8 encoded string of up to 64 characters used to identify the client.

Example: myUniqueUserId

signature string

Signature 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 integer

Unix epoch timestamp used as a nonce for signature computation. Must have no more than ± 60 second offset from NTP.

Required if signature parameter is supplied.

Responses
200

OK

Schema OPTIONAL
message string OPTIONAL
service string OPTIONAL
status integer OPTIONAL
error boolean OPTIONAL
payload object OPTIONAL
sub_key string OPTIONAL
groups string[] OPTIONAL
403

Channel Groups Multiplexing Flag Disabled Error

Schema OPTIONAL
message string OPTIONAL
error boolean OPTIONAL
service string OPTIONAL
status integer OPTIONAL
500

Channel Groups Storage Error

Schema OPTIONAL
message string OPTIONAL
error boolean OPTIONAL
service string OPTIONAL
status integer OPTIONAL
503

Channel Groups Account Configuration Error

Schema OPTIONAL
message string OPTIONAL
error boolean OPTIONAL
service string OPTIONAL
status integer OPTIONAL