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
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"headers":{"X-Example":"123","X-Foobar":"Bar"},"sensitive":["Authorization"]}