EZCart Docs
ApiV1StoreCustomersMe

Get the authenticated customer's profile

Get the authenticated customer's profile.

GET
/v1/store/customers/me

Response Body

application/json

curl -X GET "https://api-pub.ezcart.io/v1/store/customers/me"
{
  "id": "string",
  "name": "string",
  "email": {},
  "phone": {},
  "avatarUrl": {},
  "defaultShippingAddressId": {},
  "createdAt": "2019-08-24T14:15:22Z"
}