Skip to main content

isValidToken

Checks to see if a token is valid from either a userid or username

Request Body

Information required to check a token is valid

userid string

The UserId

username string

The Username

tokenContent string REQUIRED

The token's content

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response

isValidToken boolean

The returned UserData. Private if a valid token was provided