Skip to content

/v1/channel-connections (GET)

GET
/v1/channel-connections
curl --request GET \
--url http://localhost:8787/v1/channel-connections \
--header 'Authorization: Bearer <token>'

Every channel connection configured for this tenant.

Media typeapplication/json
object
connections
required
Array<object>
object
channel
required
string
Allowed values: ical
createdAt
required
string
feedUrl
required
string
id
required
string format: uuid
status
required
string
Allowed values: pending active error disabled
Example
{
"connections": [
{
"channel": "ical",
"status": "pending"
}
]
}

No API key context resolved for this request.

Media typeapplication/problem+json
object
code
required
string
Allowed values: resource_not_found feed_token_not_found connection_not_found listing_already_mapped conflict_not_found invalid_cursor already_resolved
detail
required
string
status
required
number
title
required
string
type
required
string
Example
{
"code": "resource_not_found"
}