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.
Documentation IndexFetch the complete documentation index at: https://docs.fourvenues.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt
Use this file to discover all available pages before exploring further.
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