Skip to content

CCPA Opt-Out

POST
/auth/user/me/privacy/ccpa-opt-out

Set ccpa_opt_out; server sets ccpa_opt_out_at when true.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Request Body

application/json
JSON
{
  
"opt_out": true
}

Responses

Opt-out updated

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Path: POST /auth/user/me/privacy/ccpa-opt-out
Body: { "opt_out": boolean }. Server sets ccpa_opt_out_at when true.