Skip to main content

Me

The /user/me endpoint is used to retrieve the user's account information.

Method

GET /user/me

Response

{
"status": 200,
"data": {
"id": "string",
"copier_accounts": 2,
"leader_accounts": 1,
"is_verified": true,
"allowed_features": ["feature_1", "feature_2"]
}
}