Skip to main content
GET
Get User Token

Authorizations

Authorization
string
header
required

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

Query Parameters

account
string
required

Account identifier of a user

platform
string
required

Platform of an account (cannot be 'claimr')

name
string

Display name of a user (defaults to account value if not provided)

Response

User token successfully generated.

success
boolean
Example:

true

data
object