latestOpenAPI 3.0.32026-08-10161240.1 KB
5d4ce7cb355d
Draws
Fetch a draw
get/v1/draws/{id}
Response
The draw in its current state.
Example response
{
"success": true,
"data": {
"draw": {
"id": "K7M2"
}
}
}The draw in its current state.
{
"success": true,
"data": {
"draw": {
"id": "K7M2"
}
}
}