v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Ingest Endpoint

Set Ingest Endpoint Headers

Set the additional headers to be sent to the endpoint.

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

Request body

headersobject required

Example request

{
  "headers": {
    "X-Example": "123",
    "X-Foobar": "Bar"
  }
}

Response

no content