Draws
Get draw details
get/draws/{id}
Path parameters
idstring required
Resource ID (stringified bigint)
Response
Draw with winners
Example response
{
"draw": {
"id": "https://example.com/webhook"
},
"winners": []
}Resource ID (stringified bigint)
Draw with winners
{
"draw": {
"id": "https://example.com/webhook"
},
"winners": []
}