Skip to main content
GET
Return the current authenticated operator profile

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
id
string
required
githubLogin
string
required
tier
enum<string>
required
Available options:
FREE,
PRO,
ENTERPRISE
tierOverride
enum<string> | null
required
Available options:
FREE,
PRO,
ENTERPRISE
effectiveTier
enum<string>
required
Available options:
FREE,
PRO,
ENTERPRISE
status
enum<string>
required
Available options:
ACTIVE,
SUSPENDED,
BANNED
hasApiKey
boolean
required
displayName
string | null
email
string
flags
object
walletAddress
string | null
firstTaskAt
string | null
pioneerPoints
number