Last updated 10 days ago
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)
Bearer YOUR_API_TOKEN
GET /api/round/{round_id}?reference=text HTTP/1.1 Host: Authorization: text Accept: */*
Graphical outcome URL successfully retrieved.
{ "url": "https://url.com" }