Get the shopper profile
GET
/api/v1/customer/auth/profile/
Authorizations
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Responses
The customer profile.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": "string"
{
}