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
The response is of type object.
object