Get game round replay
Headers
-
Signature
string Required -
Public-Key
string Required
Body
Required
-
gameRoundId
string Required Game round ID to fetch details for
POST
/game/replay
curl \
--request POST 'BASE_URL/game/replay' \
--header "Content-Type: application/json" \
--header "Signature: string" \
--header "Public-Key: string" \
--data '{"gameRoundId":"string"}'
Request examples
# Headers
Signature: string
Public-Key: string
# Payload
{
"gameRoundId": "string"
}
Response examples (200)
{
"url": "string"
}
Response examples (400)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}
Response examples (401)
{
"code": "ERROR_INVALID_SIGNATURE",
"description": "string",
"traceId": "string"
}
Response examples (500)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}