Oore CI
ReferenceAPIOperationsNotification Channels

Test notification channel

Sends a test notification to verify the channel is configured correctly.

Operation IDtest_notification_channel
POST
/v1/settings/notification-channels/{id}/test

Sends a test notification to verify the channel is configured correctly.

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Channel ID

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/settings/notification-channels/string/test"
{  "error": "string",  "success": true}