post
Test notification channel
Sends a sample payload to a webhook channel to confirm the endpoint is reachable. On success the channel is marked verified.
Required API key scope
notifications:update
/api/v1/team/notifications/channels/{channelId}/testCode samples
curl --request POST \
--url https://api.emailguard.co/api/v1/team/notifications/channels/YOUR_ID/test \
--header 'Authorization: Bearer YOUR_API_KEY'Parameters
Path parameters
| Name | Type | Description |
|---|---|---|
| channelIdrequired | string | UUID of the webhook channel to test |