cURL
curl --request GET \ --url https://api.goevery.co/v1/channels \ --header 'Authorization: Bearer <token>'
{ "channels": [ { "name": "channels/6633a1b2c4d5e6f7a8b9c0d1", "type": "whatsapp", "active": true } ], "nextPageToken": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The maximum number of channels to return. Defaults to 50 if not specified.
x <= 100
50
A token to retrieve the next page of results.
Successfully retrieved list of channels.
An array of channels.
Show child attributes
A token to retrieve the next page of results, if any.