Iframe

Iframe

POST /iframe/login

Authenticates a player via an iframe integration and returns a session token.

Endpoint

POST/iframe/login

Request Body

{
  "token": "string" // required (tpp_iframe_main_12345678901234567890) settings > marketplace
  "playerId": "string" // required
  "establishmentId": "string" // required
}
AtributoTipoRequeridoDescripción
tokenstring
playerIdstring
establishmentIdstring

Responses

200

{
  "token": "string"
}

Iframe Code

<iframe 
    src="https://app.thepowerplugin.com/marketplace?token={token}
/>