Inbound Webhook Management

Get a webhook connector by identifier

Retrieve a specific webhook connector using its string identifier

get/api/v1/inbound_webhooks/{identifier}

Path parameters

identifierstring required

Response

Webhook connector found

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 404 status

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

    • the 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