GET
/
api
/
public
/
channels
/
{channelType}
Retrieve channel by type
curl --request GET \
  --url https://api.vambe.me/api/public/channels/{channelType} \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key for request authorization

Path Parameters

channelType
enum<string>
required

The type of channel to retrieve

Available options:
whatsapp,
playground,
web-whatsapp,
instagram

Response

Channel successfully retrieved