Changing channel mode
Changing Channel Modes: Trial, Sandbox, Live
Last updated
Changing Channel Modes: Trial, Sandbox, Live
Last updated
curl --request PATCH \
--url https://manager.whapi.cloud/channels/MANTIS-PF298/mode \
--header 'accept: application/json' \
--header 'authorization: Bearer eyJhbGciOiJS.......Eg' \
--header 'content-type: application/json' \
--data '{"mode":"live"}'