Kroger Identity

GET /v1/identity/profile

User profile information

Provides access to the profile id of an authenticated customer.

Note: the customer must be authenticated using the OAuth2 Authorization Code grant type.

Parameters

  • None

Responses

200 OK

Media type

application/json

Example Value

{ "data": { "id": "53990804-cfd1-43f3-8256-bdc9817a4fd0" }, "meta": { "pagination": { "total": 0, "start": 0, "limit": 0 }, "warnings": ["string"] } }