get
List notification channels
Returns every delivery channel configured for the team (email, webhook, and other supported types). Use channel IDs when attaching targets to notification rules.
Required API key scope
notifications:read
/api/v1/team/notifications/channelsCode samples
curl --request GET \
--url https://api.emailguard.co/api/v1/team/notifications/channels \
--header 'Authorization: Bearer YOUR_API_KEY'Parameters
This endpoint has no parameters.