cURL
curl --request GET \ --url https://api.timbal.ai/orgs/{org_id}/notifications/channels \ --header 'Authorization: Bearer <token>'
{ "channels": [ { "config": {}, "id": 123, "type": "email", "name": "<string>" } ] }
Returns all NotificationChannels rows for this organization (email and future types). Any org member may call.
NotificationChannels
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Channels for the org
Show child attributes