Skip to content
Get started

Profile

Authenticate User
POST/profile/authenticate
ModelsExpand Collapse
ProfileAuthenticateResponse object { Data, Metadata }
Data: object { access_token, UserProfile }
access_token: string

JWT Bearer Token to use in subsequent authenticated requests

minLength1
UserProfile: object { DateCreated, ID, IsProfilePublic, 11 more }

Full user profile, including non-public fields such as Email Address

DateCreated: string
minLength1
ID: number
IsProfilePublic: boolean
Username: string
minLength1
DateLastLogin: optional string
minLength1
EmailAddress: optional string
minLength1
Latitude: optional number
Location: optional string
minLength1
Longitude: optional number
Permissions: optional string
minLength1
Profile: optional string
minLength1
ProfileImageURL: optional string
minLength1
ReputationPoints: optional number
WebsiteURL: optional string
minLength1
Metadata: object { StatusCode }
StatusCode: number