- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Retrieve Logged-In Customer in Storefront
To retrieve a customer after it's been authenticated in your storefront, send a request to the Get Customer API route:
- If you authenticate the customer with bearer authorization, pass the token in the authorization header of the request.
- If you authenticate the customer with cookie session, pass the
credentials: include
option to thefetch
function.
The Get Customer API route returns a customer
field, which is a customer object.
Was this page helpful?