get https://api4.optimove.net/Actions/GetExecutionChannels
Returns all execution channels that were ever in use in a campaign. This endpoint enables the user to see all the configured execution channels on its Optimove environment.
Sample Request
https://apiX.optimove.net/current/actions/GetExecutionChannels
Sample Response
[
{"ChannelID":15,"ChannelName":"Optimail"},
{"ChannelID":29,"ChannelName":"Optipush"},
{"ChannelID":504,"ChannelName":"Email"},
{"ChannelID":505,"ChannelName":"SMS"}
{"ChannelID":509,"ChannelName":"Other"}
]