Skip to main content
GET
Get my account

Authorizations

Authorization
string
header
required

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

Response

The calling 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 19, 2026