POST
/
create-account

Body

application/json
accessToken
string
required

The hashed version of the rawAccessToken

displayName
string
required

A unique name or title for the new user.

idToken
string
required

The ID Token provided by firebase authentication

rawAccessToken
string
required

The raw access token to use to authenticate the Alpha

userID
string
required

A unique identifier to be assigned to the new user.

Response

200 - application/json
success
boolean
token
string

The generated JWT token for the user