Profile information
GET {{kroger-baseUrl}}/identity/profile
Provides access to an authenticated customer's profile information.
Note: the customer must be authenticated using the OAuth2 Authorization
Code grant type.
RESPONSES
status: OK
{"data":{"firstName":"\u003cstring\u003e","lastName":"\u003cstring\u003e","addresses":[{"addressLine1":"\u003cstring\u003e","addressLine2":"\u003cstring\u003e","city":"\u003cstring\u003e","stateCode":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","countryCode":"\u003cstring\u003e","addressType":"\u003cstring\u003e"},{"addressLine1":"\u003cstring\u003e","addressLine2":"\u003cstring\u003e","city":"\u003cstring\u003e","stateCode":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","countryCode":"\u003cstring\u003e","addressType":"\u003cstring\u003e"}],"loyalty":{"cardNumber":"\u003cstring\u003e"},"id":"\u003cstring\u003e","email":"\u003cstring\u003e","phoneNumbers":[{"type":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"type":"\u003cstring\u003e","value":"\u003cstring\u003e"}]},"meta":{}}