Channel Connections
Retrieve a channel connection
Retrieve a specific channel connection by its unique identifier.
get/v1/channel-connections/{identifier}
Path parameters
identifierstring required
The unique identifier of the channel connection
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"providerId": "slack",
"integrationIdentifier": "slack-prod",
"subscriberId": "subscriber-123",
"contextKeys": [
"tenant:org-123",
"region:us-east-1"
],
"workspace": {
"id": "T123456",
"name": "Acme HQ",
"botUserId": "U0123456789"
},
"auth": {
"accessToken": "Workspace access token",
"refreshToken": "Workspace refresh token",
"expiresAt": "2026-06-15T12:00:00.000Z",
"refreshTokenExpiresAt": "2026-09-15T12:00:00.000Z"
}
}