Subscription Center

List subscription channels

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.

get/v1/subscription_channels

Response

Returns an array of channels.

Example response

{
  "channels": [
    {
      "id": 1,
      "type": "email",
      "name": "Email",
      "description": "Email messages",
      "subscribed_by_default": true
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.