---
title: "Get the authenticated consumer profile"
method: GET
path: "/api/v4/me"
tags: ["Profiles"]
---

# Get the authenticated consumer profile

`GET /api/v4/me`

Returns the profile of the consumer identified by the supplied access token. The response includes the consumer's identity attributes (email, partner user id, name), custom data fields stored in `parameters`, and consent state.

## Response `200`

Successful response

- MyProfileResponse
  - `cookie_consent` string, required — Cookie consent string currently stored on the consumer's profile.
  - `cookie_consent_type` 'CLIENT' | 'EXTOLE' | 'UNSET', required — Source that set the current cookie consent value.
  - `email` string, required — Email address on file for the consumer.
  - `first_name` string, required — First name of the consumer.
  - `id` string, required — Extole-assigned unique identifier for this consumer.
  - `last_name` string, required — Last name of the consumer.
  - `locale` string, nullable, required — BCP 47 locale tag for the consumer. Null when not set.
  - `parameters` object, required — Open key-value map of custom attributes stored on the consumer's profile.
  - `partner_user_id` string, required — Partner-assigned unique identifier for the consumer in the partner's system.
  - `processing_consent` string, required — Data processing consent string currently stored on the consumer's profile.
  - `processing_consent_type` 'CLIENT' | 'EXTOLE' | 'UNSET', required — Source that set the current data processing consent value.
  - `profile_picture_url` string, required — URL of the consumer's profile picture.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
