v1
latestOpenAPI 3.0.02026-07-2641142112.7 KBEndpoint
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
Example response
{
"headers": {
"X-Example": "123",
"X-Foobar": "Bar"
},
"sensitive": [
"Authorization"
]
}