Calling this endpoint allows the user to retrieve their profile information without the profile's known capabilities.
Response Data Fields
Field | Description |
|---|---|
| Extole's unique identifier for the customer. |
| The customer's unique email address. |
| A unique identifier of the customer provided by you, such as a "user ID", "customer ID", etc. |
| The customer's first name. This is used for personalization of share messages, reporting, and customer support. |
| The customer's last name. This is used for personalization of share messages, reporting, and customer support. |
| A URL to the customer's profile picture. |
| 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. |
