Skip to main content
PATCH
Update my profile

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
display_name
string
tax_id
string
phone
string
country
string

Response

Updated account.

id
string<uuid>
org_id
string<uuid>
type
enum<string>
Available options:
person,
company
status
enum<string>
Available options:
active,
blocked,
closed
kyc_status
enum<string>
Available options:
none,
pending,
approved,
rejected
email
string
display_name
string
tax_id
string
phone
string
country
string
profile
object
created_at
string<date-time>
updated_at
string<date-time>
Last modified on July 18, 2026