Skip to main content

List webhook configurations

ee
GET 

/v2/projects/:projectId/webhook-configs

List webhook configurations

Request

Path Parameters

    projectId int64required

Query Parameters

    page integer

    Default value: 0

    Zero-based page index (0..N)

    size integer

    Possible values: >= 1

    Default value: 20

    The size of the page to be returned

    sort string[]

    Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

Responses

OK

Schema
    _embedded object
    webhookConfigs object[]
  • Array [
  • 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.

  • ]
  • page object
    size int64
    totalElements int64
    totalPages int64
    number int64
Loading...