Integrated channels Run in API Explorer
Ask AI
This will provide all currently channels that we are integrated with. For each, the name and channelId will be given.
GET
/allChannels
curl \
--request GET 'https://api.staging.deliverect.io/allChannels' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"name": "DELIVERECT",
"channelId": 1
},
{
"name": "DELIVEROO",
"channelId": 2
},
{
"name": "FOODORA",
"channelId": 3
},
{
"name": "......",
"channelId": 4
}
]