User profile information
GET {{kroger-baseUrl}}/identity/profile
Provides access to the profile id
of an authenticated customer.
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": {
"id": {}
},
"meta": {
"pagination": {
"total": "<number>",
"start": "<number>",
"limit": "<number>"
},
"warnings": [
"<string>",
"<string>"
]
}
} |