Get Webhook Params

Get Webhook Params

Endpoint to get webhook parameters
Authorized Roles : PROVIDER

Request
URI
GET
https://{api_host}/provider/webhook-parameters
COPY
Query Parameters
string
endpoint-type
Required

Endpoint Type

Possible values are : SLACK, EMAIL, SERVICE_NOW, CUSTOM,
string
alert-definition-type
Required

Alert Definition Type

Possible values are : DB_STATUS_CHANGE, DB_TASK_FAILURE,

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "description": "string",
        "supportedEndpoints": [
            "string"
        ],
        "alertDefinitionTypes": [
            "string"
        ]
    }
]

400

Bad Request

Operation doesn't return any data structure