v1.0.0
OpenAPI 3.1.0
List subscription channels
Client Libraries
US region
Returns a list of subscription channels available in your workspace. Channels represent the delivery methods that people can subscribe to or unsubscribe from—email, SMS, push, etc. If you haven't set up channel options in your subscription center, this endpoint returns an empty array.
Your request is over the 10-per-second limit.
curl https://api.customer.io/v1/subscription_channels \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"channels": [
{
"id": 1,
"type": "email",
"name": "Email",
"description": "Email messages",
"subscribed_by_default": true
}
]
}Returns an array of channels.