Skip to main content
PATCH
/
me
cURL
curl --request PATCH \
  --url https://api.timbal.ai/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "access_request_data": "<unknown>",
  "lang": "<string>",
  "name": "<string>",
  "phone": "<string>",
  "photo_url": "<string>"
}
'
null

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Body

application/json
access_request_data
any

Free-form access-request metadata. Merged (shallow) into the existing stored object server-side.

lang
string | null

Preferred language (ISO 639-1, e.g. en).

name
string | null

Display name. 1–64 characters. Cannot be set to null.

phone
string | null

Phone number. Pass null to clear.

photo_url
string | null

Profile photo URL. Pass null to clear.

Response

Profile updated