v1
latestOpenAPI 3.0.1MIT2026-07-26236440.2 KBToggle Proxy Key Status
Enable or disable a proxy key. Replaces the legacy POST /auth/proxy/toggle/{proxy_key}; the proxy key identifier is sent in the request body so the URL is static.
post/auth/proxy/toggle
Request body
Example request
{
"proxy_key": "ek-proxy-1234567890abcdef"
}Response
Proxy key status updated
Example response
{
"message": "Proxy key status updated"
}