Get Endpoint Headers

GET {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id/headers

Get the additional headers to be sent with the webhook

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

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