Channel Endpoints
Retrieve a channel endpoint
Retrieve a specific channel endpoint by its unique identifier.
get/v1/channel-endpoints/{identifier}
Path parameters
identifierstring required
The unique identifier of the channel endpoint
Response
OK
Example response
{
"providerId": "slack",
"integrationIdentifier": "slack-prod",
"connectionIdentifier": "slack-connection-abc123",
"subscriberId": "subscriber-123",
"contextKeys": [
"tenant:org-123",
"region:us-east-1"
],
"type": "slack_channel",
"endpoint": {
"channelId": "C123456789"
}
}