Oore CI
ReferenceAPIOperationsInstance Settings

Get trusted proxy runtime settings

Get trusted proxy runtime settings

Operation IDget_external_access_trusted_proxy_settings
GET
/v1/settings/external-access/trusted-proxy

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/settings/external-access/trusted-proxy"
{  "settings": {    "has_shared_secret": true,    "has_warpgate_ticket": true,    "trusted_proxy_cidrs": [      "string"    ],    "updated_at": 0,    "user_email_header": "string",    "warpgate_ticket_source": null  }}