Get Round Info
get
Fetches a graphical URL that represents the outcome of a given round.
Path parameters
round_idstringRequired
Unique identifier of the round.
Query parameters
referencestringRequired
Game reference identifier.
Header parameters
AuthorizationstringRequired
Bearer token for authorization (e.g. Bearer YOUR_API_TOKEN)
Responses
200
Graphical outcome URL successfully retrieved.
application/json
503
Service Unavailable.
application/json
get
/api/round/{round_id}Last updated