Skip to main content

Webhook Connectivity Check

POST 

/api/cloud/2.0/agg/notifications/profiles/webhook/test

Overview

Test webhook connectivity from the multi-tenant notification service to the provided notification webhook URL

Request

Body

    urls string[]required

    List of Webhook URLs - do not include token in the URL

    authType stringrequired

    Possible values: [NO_AUTH, TOKEN]

    Webhook Authentication Type

    token stringrequired

    Webhook token value

Responses

Created

Schema

    object

Loading...