Error
A valid request URL is required to generate request examples{
"enabled": true,
"url": "<string>",
"username": "<string>",
"password": "<string>",
"no_proxy": "<string>",
"timeout": 123,
"skip_tls_verify": true,
"enable_for_scim": true,
"enable_for_inference": true,
"enable_for_api": true
}Configuration
Get proxy configuration
Retrieves the current global proxy configuration.
GET
/
api
/
proxy-config
Error
A valid request URL is required to generate request examples{
"enabled": true,
"url": "<string>",
"username": "<string>",
"password": "<string>",
"no_proxy": "<string>",
"timeout": 123,
"skip_tls_verify": true,
"enable_for_scim": true,
"enable_for_inference": true,
"enable_for_api": true
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Response
Successful response
Was this page helpful?
⌘I

