List linked channels
GET/v1/channels
Lists the channel identities linked to your brand. An empty list means nothing is linked yet.
List linked channels
curl https://messages.api.linqapp.com/v1/channels \
-H "Authorization: Bearer $LINQ_AMB_API_KEY"{
"channels": [
{
"channel": "amb",
"business_id": "a884eddf-b0ad-4be4-9c0e-071531638768",
"origin": "connect",
"entry_point_url": "https://bcrw.apple.com/urn:biz:a884eddf-b0ad-4be4-9c0e-071531638768",
"created_at": "2026-08-01T12:00:00Z"
}
]
}Returns Examples
{
"channels": [
{
"channel": "amb",
"business_id": "a884eddf-b0ad-4be4-9c0e-071531638768",
"origin": "connect",
"entry_point_url": "https://bcrw.apple.com/urn:biz:a884eddf-b0ad-4be4-9c0e-071531638768",
"created_at": "2026-08-01T12:00:00Z"
}
]
}