Retrieve the parent Customer profile information of a current user.
The Response Body will be a JSON object that contains information about the customer.
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "customerId": "1571618541345",
- "name": "John Lake",
- "profile": {
- "contactName": "Bill Maple",
- "contactEmail": "example@mail.com",
- "contactNumber": "301-234-5567",
- "contactAddress": "10 Maple ave",
- "contactCity": "Middletown",
- "contactState": "MD",
- "contactZipcode": "24566",
- "contactCountry": "USA"
}
}