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
get
GET /api/round/{round_id}?reference=text HTTP/1.1
Host: 
Authorization: text
Accept: */*
{
  "url": "https://url.com"
}

Last updated