Skip to main content
GET
Ruby

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The channel ID.

Response

OK

id
string<uuid>

The unique channel ID.

name
string

The display name of the channel.

deliveryType
enum<string>

Delivery mode for a channel. live sends real emails, whereas sandbox accepts and processes messages without delivering them to recipients.

Available options:
live,
sandbox
createdAt
string<date-time>

When the channel was created.

updatedAt
string<date-time>

When the channel was last updated.

tracking
object