v1

latestOpenAPI 3.0.02026-07-2641142112.7 KB
Endpoint

Get Endpoint Headers

Get the additional headers to be sent with the webhook

get/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.

Response

headersobject required
sensitivestring[] required

Example response

{
  "headers": {
    "X-Example": "123",
    "X-Foobar": "Bar"
  },
  "sensitive": [
    "Authorization"
  ]
}