WEBHOOK
otp-authentication-endpoint
{
  "authMethod": "otp",
  "otp": {
    "playerCode": "<string>"
  }
}
{
  "status": "<string>",
  "playerProfileImage": "<string>",
  "publisherPlayerId": "<string>",
  "playerName": "<string>",
  "segments": [
    "<string>"
  ],
  "sessionMetadata": {}
}

POST HTTP request to the game server with an URL configured in the dashboard for OTP login.

Headers

x-publisher-token
string
required

The publisher token.

signature
string
required

The signed payload.

Body

application/json

Response

200
application/json

Login succeeded

The response is of type object.