v1

latestOpenAPI 3.0.1MIT2026-07-26236440.2 KB

Toggle 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

proxy_keystring required

The proxy key to look up / toggle / delete (must be one you own)

Example request

{
  "proxy_key": "ek-proxy-1234567890abcdef"
}

Response

Proxy key status updated

messagestring
statusboolean

New status of the proxy key

Example response

{
  "message": "Proxy key status updated"
}