For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom headers

Retrieve tenant custom headers

get

Retrieve details of tenant custom headers.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json

The added custom SIP headers and forwarded SIP headers in tenant scope.

get/tenant/custom_headers

Update tenant custom headers

post

Update tenant custom headers.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

The added custom SIP headers and forwarded SIP headers in tenant scope.

Responses
200

OK

No content

post/tenant/custom_headers

No content

Was this helpful?