Skip to main content

Create new webhook configuration

ee
POST 

/v2/projects/:projectId/webhook-configs

Create new webhook configuration

Request

Path Parameters

    projectId int64required

Body

required
    url stringrequired

    Possible values: <= 255 characters

Responses

OK

Schema
    id int64required
    url stringrequired
    webhookSecret stringrequired
    firstFailed int64

    Date of the first failed webhook request. If the last webhook request is successful, this value is set to null.

    lastExecuted int64

    Date of the last webhook request.

Loading...