Skip to main content

Get one webhook configuration

ee
GET 

/v2/projects/:projectId/webhook-configs/:id

Get one webhook configuration

Request

Path Parameters

    id int64required
    projectId int64required

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...