Calling this endpoint allows the user to retrieve their profile information without the profile's known capabilities.

Response Data Fields

FieldDescription
id
(string)
Extole's unique identifier for the customer.
email
(string)
The customer's unique email address.
partner_user_id
(string)
A unique identifier of the customer provided by you, such as a "user ID", "customer ID", etc.
first_name
(string)
The customer's first name. This is used for personalization of share messages, reporting, and customer support.
last_name
(string)
The customer's last name. This is used for personalization of share messages, reporting, and customer support.
profile_picture_url
(string)
A URL to the customer's profile picture.
parameters
(object)
A map of key/value parameters associated with this customer's profile. Parameters may be "public," in which case they can be retrieved with an unverified token, or "private," which requires a verified token.

Error Responses

Error CodeDescription
403 ACCESS_DENIEDThe access_token provided is not permitted to access the specified resource.
403 ACCESS_TOKEN_EXPIREDThe access_token provided with this request has expired.
403 ACCESS_TOKEN_INVALIDThe access_token provided with this request is invalid.
403 ACCESS_TOKEN_MISSINGMissing access_token.
Language
Authorization
Header