Get all core channels from Delivery API
getAllCoreChannels(environment) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
getAllCoreChannels(environment) .then(response => console.log(response.data)) .catch(error => console.error(error));
Get all core channels from Delivery API
Example