cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/channels/ \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "_id": "pw2gra4r20xlu02js0ybj42s6vYpAzeX", "name": "My team", "slug": "my-team" } ] }
Get all the channels.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
HTTP OK
true
Array of Channel
Show child attributes
Unique ID of the channel.
"pw2gra4r20xlu02js0ybj42s6vYpAzeX"
Name of the channel.
"My team"
Slug of the channel.
"my-team"