Retrieve round details

Retrieve round details

Retrieves the round details for a game managed by the Sinartra service.

Request endpoint: /transactions/{version}/games/round/details/{casino_id}/{game_id}/{round_id}

Request Method: GET

Request Parameters

Parameter Data Type Description
casino_id String required The casino ID of the casino from which the round information is retrieved.
Example:1
game_id String required The game ID of the game for which the round information is retrieved.
Example:811111
jwt-auth String required The session ID received from the loginrequest. The session ID is valid for only 20 minutes.
round_id String required The ID of the round whose data is returned.
Example:1
version String required The API version. Only version 1.0 is currently supported. Other version values are accepted, but are treated as 1.0.
Example:1.0

Response Parameters:

None.

Example Response:

Success response:

{
  "status": "Success",
  "action": "url",
  "url": "https://example.com"
}

Error Response:

{
  "errMsg": "unauthorized"
}

Response codes:

Code Status Message
200 success Got round details
401 unauthorized unauthorized
403 forbidden_operation forbidden_operation
422 Invalid parameters Invalid parameters
500 internal server error internal server error