Get user data
GET {{API_BASE_URL}}/user
Get user information
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"_id":"string","email":"string","isEmailConfirmed":true,"createdAt":"2022-02-14T10:20:18.492Z","profiles":3,"profilesCountWithShares":3,"subscription":{"payment":{"_id":"undefined"}},"payment":{"_id":"undefined"},"plan":{"_id":"string","restEnabled":false,"name":"Forever Free","priceForMonth":0,"maxProfiles":3,"maxShares":0,"maxFingerprints":0},"targetPageShown":true,"card":{"_id":"undefined"},"googleClientId":"string","hasSuccessPayment":false,"paypalSubsCount":0,"paypalSubscriptionId":"","planExpireDate":"","firstProfileStarted":true,"isQuickSettingsEnabled":true,"isQuickSettingsStepsVisible":false,"firstPlanSelected":true,"isTwoFaEnabled":false}