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
}| Atributo | Tipo | Requerido | Descripción |
|---|---|---|---|
| token | string | Sí | |
| playerId | string | Sí | |
| establishmentId | string | Sí |
Responses
200
{
"token": "string"
}Iframe Code
<iframe
src="https://app.thepowerplugin.com/marketplace?token={token}
/>