Changes to Get a webhook connector by identifier

GET /api/v1/inbound_webhooks/{identifier}

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. e6f6d45eade312
  2. 00ae15bb3a811
  3. 584ac64069cc1

What changed

  • 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