Skip to main content
GET
Get current user

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

device-id
string | null
device-type
string
default:ios
device-name
string
default:ios
x-api-key
string | null

Response

Successful Response

Schema for user response.

id
string<uuid>
required
email
string
required
phone
string | null
required
avatarUrl
string | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
contactInfo
string | null
firstName
string | null
middleName
string | null
lastName
string | null
entityName
string | null
birthDate
string<date> | null
country
string | null
jurisdiction
string | null
address
UserAddress · object | null

Address schema for user.

Canonical field names: street_address, address_line_2, city, state, country, zip. Accepts legacy Align/IBAN field names (street_line_1, street_line_2, postal_code) for backward compatibility with existing JSONB data.

fiatRails
FiatRailResponse · object[]
isBusiness
boolean | null
plan
string
default:free
referrer
ReferrerInfo · object | null

Lightweight info about the user who referred this user.

pushNotificationAllowed
boolean | null
myIp
string | null
bankRequested
BankRequestedSettings · object

User bank-rail interest settings.