User

patch/v1/user/me

Request body

fcmTokenstring required

The user FCM token

useExplicitContentboolean required

Whether the user allows explicit content

timezonestring required

The user timezone

languagestring required

The user language

localestring

The user locale for UI localization. Supported: en-US, es-419, pt-BR, fr-FR, de-DE, ja-JP, ko-KR, zh-Hans, it-IT, nl-NL, sv-SE, tr-TR, ar, hi, id, th, vi

namestring required

The user name

notificationsEmailstring nullable

Email address used for subscription and account notifications. Pass null to clear.

useGiftSuggestionsboolean

Whether the user has gift suggestions enabled

onboardingCompletedboolean

Set to true when the user finishes the first-run onboarding flow. One-way: once recorded it cannot be unset.

Example request

{
  "fcmToken": "123",
  "useExplicitContent": true,
  "timezone": "America/New_York",
  "language": "en-US",
  "locale": "en-US",
  "name": "John Doe",
  "notificationsEmail": "notifications@example.com",
  "useGiftSuggestions": true,
  "onboardingCompleted": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.