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
Example request
{
"proxy_key": "ek-proxy-1234567890abcdef"
}Response
Proxy key status updated
Example response
{
"message": "Proxy key status updated"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.