Skip to main content
GET
Get current customer profile

Response

Customer profile returned successfully

id
string
required

Unique identifier of the customer

Example:

"123e4567-e89b-12d3-a456-426614174000"

externalId
string
required

External customer identifier from integrated system

Example:

"1234567890"

firstName
string | null
required

Customer first name

Example:

"John"

lastName
string | null
required

Customer last name

Example:

"Smith"

email
string | null
required

Customer email address

Example:

"john.smith@example.com"

phone
string | null
required

Customer phone number

Example:

"+12135550123"

password
string | null
required

Hashed password of the customer

storeId
string
required

ID of the store that owns this customer record

Example:

"store-uuid"

language
enum<string>
required

Language code for this translation

Available options:
af,
ak,
am,
ar,
as,
az,
be,
bg,
bm,
bn,
bo,
br,
bs,
ca,
ce,
cs,
cu,
cy,
da,
de,
dz,
ee,
el,
en,
eo,
es,
et,
eu,
fa,
ff,
fi,
fo,
fr,
fy,
ga,
gd,
gl,
gu,
gv,
ha,
he,
hi,
hr,
hu,
hy,
ia,
id,
ig,
ii,
is,
it,
ja,
jv,
ka,
ki,
kk,
kl,
km,
kn,
ko,
ks,
ku,
kw,
ky,
lb,
lg,
ln,
lo,
lt,
lu,
lv,
mg,
mi,
mk,
ml,
mn,
mr,
ms,
mt,
my,
nb,
nd,
ne,
nl,
nn,
no,
om,
or,
os,
pa,
pl,
ps,
pt,
pt_br,
pt_pt,
qu,
rm,
rn,
ro,
ru,
rw,
sd,
se,
sg,
si,
sk,
sl,
sn,
so,
sq,
sr,
su,
sv,
sw,
ta,
te,
tg,
th,
ti,
tk,
to,
tr,
tt,
ug,
uk,
ur,
uz,
vi,
vo,
wo,
xh,
yi,
yo,
zh,
zh_cn,
zh_tw,
zu
Example:

"en"

createdAt
string<date-time>
required

Date when the customer record was created

Example:

"2023-01-15T10:30:00Z"

updatedAt
string<date-time> | null
required

Date when the customer record was last updated

Example:

"2023-02-20T14:15:00Z"

emailVerifiedAt
string<date-time> | null
required

Date and time when the customer verified email

Example:

"2023-01-02T00:00:00Z"

deletedAt
string<date-time> | null
required

Date and time when the order was soft-deleted

Example:

"2023-06-03T09:45:00Z"

isEmailVerified
boolean
required

Indicates whether customer email is verified

isPasswordSet
boolean
required

Indicates whether customer password is set

Last modified on July 26, 2026