Retrieve
Retrieves the authenticated user’s settings document. Addressed only as me — the document always belongs to the session user.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-21"
Response
preferences retrieved
Whether the user has dismissed the first-time bounty worker onboarding. Set to false to show it again.
false
Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.
true
Whether the user has accepted Whop's terms and policies. false until recorded via PATCH with terms_accepted: true.
true
When the user most recently accepted Whop's terms and policies, as an ISO 8601 timestamp. null until accepted.
"2026-01-01T12:00:00.000Z"

