Skip to main content
POST
Activate subscription and retrieve API token

Authorizations

Authorization
string
header
required

User's session JWT.

Headers

Authorization
string
required

Bearer token for the user session JWT.

Body

application/json

The cryptographic payload containing the transaction signature, wallet signature, and requested leagues.

txSig
string
required
walletSignature
string
required
leagues
integer<int32>[]

Response

The newly generated API token.

The response is of type string.