Skip to main content
GET
Get Customer Details

Authorizations

Authorization
string
header
required

Storefront customer session JWT acquired from the login + OTP flow.

Response

Customer details retrieved successfully.

id
string
required
Example:

"cust_12345"

customerName
string
required
Example:

"John Doe"

profilePicture
string | null
Example:

"https://cdn.example.com/avatar.jpg"

customerEmail
string | null
Example:

"user@example.com"

lastName
string | null
Example:

"Doe"

phoneNumber
string | null
Example:

"+1234567890"