Skip to main content
GET
Use this to poll the status of a user you previously bootstrapped (verificationStatus, plan, recent events).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Response

Success

userId
string
required
email
string<email>
required
displayName
string | null
verificationStatus
enum<string> | null
Available options:
pending,
verified
plan
number | null
createdAt
string<date-time> | null
verifiedAt
string<date-time> | null
lastUserEvents
object[] | null