Profile loyalty information
GET {{kroger-baseUrl}}/identity/profile/loyalty
Provides access to an authenticated customer's loyalty information.
Note: the customer must be authenticated using the OAuth2 Authorization
Code grant type.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"data": {
"loyalty": {
"cardNumber": "<string>"
}
},
"meta": {}
} |
ENDPOINTS