Skip to main content
GET
/
notifications
/
api
/
v1
/
notifications
/
channels
List notification channels
curl --request GET \
  --url https://www.closient.com/notifications/api/v1/notifications/channels \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 123,
    "channel_type": "<string>",
    "label": "<string>",
    "verified": true,
    "enabled": true
  }
]

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

OK

id
integer
required

Channel identifier.

channel_type
string
required

Channel type: email, slack, webhook, or push.

label
string
required

User-assigned channel label.

verified
boolean
required

Whether the channel has been verified.

enabled
boolean
required

Whether notifications are sent to this channel.