v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Profiles

Get the authenticated consumer profile

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.

get/api/v4/me

Response

Successful response

cookie_consentstring 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.

emailstring required

Email address on file for the consumer.

first_namestring required

First name of the consumer.

idstring required

Extole-assigned unique identifier for this consumer.

last_namestring required

Last name of the consumer.

localestring nullable required

BCP 47 locale tag for the consumer. Null when not set.

parametersobject required

Open key-value map of custom attributes stored on the consumer's profile.

partner_user_idstring required

Partner-assigned unique identifier for the consumer in the partner's system.

processing_consentstring 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_urlstring required

URL of the consumer's profile picture.