GET api/syxbetgames/punter/validate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfBO.Models.SyxBetGames.ValidateToken
NameDescriptionTypeAdditional information
ResponseObject

BO.Models.SyxBetGames.ValidateToken

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": {
    "punterId": 1,
    "accessToken": {
      "type": "sample string 1",
      "token": "sample string 2",
      "expiryDateTimeUTC": "2025-12-14T18:05:19.9769665+02:00"
    }
  },
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfValidateToken xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <PunterId>1</PunterId>
    <AccessToken>
      <Type>sample string 1</Type>
      <Token>sample string 2</Token>
      <ExpiryDateTimeUTC>2025-12-14T18:05:19.9769665+02:00</ExpiryDateTimeUTC>
    </AccessToken>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfValidateToken>