Inbound Webhook Management

Get paginated Webhook connectors

Retrieve a paginated list of webhook connectors with optional sorting

get/api/v1/inbound_webhooks

Query parameters

Page number for pagination. Defaults to 0.

Number of items per page. Defaults to 20.

Sorting criteria in the format: property(,asc|desc). Defaults to identifier,asc.

Response

Paginated webhook connector retrieved successfully

Changes

Changed in 3 of the 13 revisions of this API.113

  • e6f6d45eade312See the full diff
    • removed the optional property errorDescription from the response with the 400 status

      response-optional-property-removed

    • added the optional property content/items/mappings/items/action to the response with the 200 status

      response-optional-property-added

    • added the optional property error_description to the response with the 400 status

      response-optional-property-added

    • the content/items/mappings/items/entity/relations response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • endpoint added

      endpoint-added