get https://example-client-domain.extole.io/api/v4/me
Calling this endpoint allows the user to retrieve their profile information without the profile's known capabilities.
Response Data Fields
Field | Description |
---|---|
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 Code | Description |
---|---|
403 ACCESS_DENIED | The access_token provided is not permitted to access the specified resource. |
403 ACCESS_TOKEN_EXPIRED | The access_token provided with this request has expired. |
403 ACCESS_TOKEN_INVALID | The access_token provided with this request is invalid. |
403 ACCESS_TOKEN_MISSING | Missing access_token . |