light-mode-image
Learn
API ReferenceUsers

Retrieve user information

Analytics Events

USER_USERINFO_RETRIEVE_STARTUSER_USERINFO_RETRIEVE_SUCCESSUSER_USERINFO_RETRIEVE_FAIL
GET/v1/userinfo

Retrieves information about the currently authenticated user.

Analytic events

  • USER_USERINFO_RETRIEVE_START
  • USER_USERINFO_RETRIEVE_SUCCESS
  • USER_USERINFO_RETRIEVE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/userinfo"
{  "id": "string",  "email": "string",  "name": "string",  "pricingPlan": {    "type": "Standard",    "endDate": "2019-08-24T14:15:22Z"  },  "status": "Pending",  "connectionStrategy": "string"}

How would you rate this page?