Skip to main content
PATCH
Update current user profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-App-Locale
string

Optional locale override (fallback is fr if missing/invalid).

Example:

"fr"

Body

application/json
first_name
string | null
last_name
string | null
birth_date
string | null

YYYY-MM-DD

country
string | null

ISO 3166-1 alpha-2, normalized uppercase.

nationality
string | null

ISO 3166-1 alpha-3, normalized uppercase.

phone_number
string | null

Response

Updated

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"

data
object
required