v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Endpoint

Patch Endpoint Headers

Partially set the additional headers to be sent with the webhook

patch/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

headersobject required

Example request

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

Response

no content