Endpoint

Set Endpoint Headers

Set the additional headers to be sent with the webhook.

put/api/v1/app/{app_id}/endpoint/{endpoint_id}/headers

Path parameters

app_idstring required

The Application's ID or UID.

Example:unique-identifier

The Application's ID or UID.

endpoint_idstring required

The Endpoint's ID or UID.

Example:unique-identifier

The Endpoint's ID or UID.

Request body

headersobject required

Example request

{
  "headers": {
    "X-Example": "123",
    "X-Foobar": "Bar"
  }
}

Response

no content

Changes

Changed in 1 of the 6 revisions of this API.1

    • api operation id v1.endpoint.update-headers removed and replaced with v1.endpoint.set-headers

      api-operation-id-removed

    This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog