get https://api4.optimove.net/Integrations/GetChannelTemplates
Returns an array of template IDs and associated names for a particular channel.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
https://apiX.optimove.net/current/integrations/GetChannelTemplates?ChannelID=3
Sample Response
[
{"TemplateID":1,"TemplateName":"Welcome Back English"},
{"TemplateID":2,"TemplateName":"Welcome Back Spanish"}
]