Skip to main content

Get Channel

GET 

/api/channels/:channel_id

Get a specific channel by ID.

Sample API Call:

GET /api/channels/123e4567-e89b-12d3-a456-426614174000

Sample Response:

{
"id": "123e4567-e89b-12d3-a456-426614174000",
"tenant_id": "123e4567-e89b-12d3-a456-426614174001",
"name": "Support Email",
"channel_type": "email",
"integration_id": "123e4567-e89b-12d3-a456-426614174002",
"send_from_email": "support@example.com",
"email_domain_id": "123e4567-e89b-12d3-a456-426614174003",
"status": "available",
"is_default": true,
"metadata": {},
"created_at": "2024-10-03T12:00:00Z",
"updated_at": "2024-10-03T14:30:00Z"
}

Request

Responses

Successful Response