Accounts
Get Account Schema
Retrieve the JSON schema template for creating an account for a specific game.
GET
/
accounts
/
template
/
{gameSlug}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
gameSlug
string
required