Skip to main content
GET
Get customer
Returns the customer record for the given external id. The access token only grants access to the customer linked to the original OIDC sub claim, so id must match the token’s customer id.
Requires a Fire spark access token obtained through token exchange.

Path parameters

Request

Response

The response wraps a single customer object in data. Storefront responses omit internal fields such as birthday.

Customer fields

Delivery address

Billing profile

Device

Error responses

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The customer unique identifier in your system

Response

Ok

data
object

Customer profile returned by Storefront API endpoints. Omits internal fields such as birthday.