Get Round Info
Last updated
Last updated
Fetches a graphical URL that represents the outcome of a given round.
Unique identifier of the round.
Game reference identifier.
Bearer token for authorization (e.g. Bearer YOUR_API_TOKEN
)
Graphical outcome URL successfully retrieved.
Service Unavailable.
GET /api/round/{round_id}?reference=text HTTP/1.1
Host:
Authorization: text
Accept: */*
{
"url": "https://url.com"
}