v2
latestOpenAPI 3.1.02026-07-312303692.4 MBIngest Endpoint
Get Ingest Endpoint Headers
Get the additional headers to be sent with the ingest.
get/ingest/api/v1/source/{source_id}/endpoint/{endpoint_id}/headers
Path parameters
source_idstring required
The Source's ID or UID.
Example:unique-identifier
The Source's ID or UID.
endpoint_idstring required
The Endpoint's ID or UID.
Example:unique-identifier
The Endpoint's ID or UID.
Response
Example response
{
"headers": {
"X-Example": "123",
"X-Foobar": "Bar"
},
"sensitive": [
"Authorization"
]
}