v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Endpoint

Update Endpoint Headers

Set the additional headers to be sent with the webhook This can be used in case your infrastructure requires additional security. This will replace all previously sent headers. Use PATCH to update the headers partially.

put/endpoint/{endpoint_id}/headers

Path parameters

endpoint_idstring required

The ep's ID or UID

Example:unique-ep-identifier

The ep's ID or UID To retrieve your endpoints ids, use GET /endpoint.

Request body

headersHeaderMap required

Example request

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

Response

no content