GET
/customers/selfGet current customer profile
**Status:** `draft` Retrieve the authenticated customer's profile including preferences, addresses, loyalty info, and session context. This endpoint serves as the primary way to get customer and session information.
Customers
Request
Make a GET request to /customers/self.
Query Parameters
- includeSessionboolean
- Include session information in response
Response
200Customer profile
401Unauthorized
500Internal Server Error