Skip to main content
GET
/
v1
/
notifications
/
destinations
/
discover
Discover channels the bot can post to (cached 5 min)
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/notifications/destinations/discover \
  --header 'x-api-key: <api-key>'
[
  {
    "target_id": "<string>",
    "target_label": "<string>",
    "is_private": false
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

channel_kind
enum<string>
default:slack

The messaging channel a destination delivers through.

slack is the only kind in v1. New kinds are additive — add a member here, a provider class, and a PROVIDER_REGISTRY entry.

Available options:
slack
connection_id
string<uuid> | null

Response

Successful Response

target_id
string
required
target_label
string
required
is_private
boolean
default:false