workflows.featured.list
method
Usage info
This method takes in a list of channel IDs and returns all specified channels with their associated featured trigger IDs.
This method is available for any user who can view the channel.
Example request:
{
"channel_ids": [
"C012345678",
"C987654321"
]
}