latestOpenAPI 3.0.32026-08-10161240.1 KB
5d4ce7cb355d
Draws
Create a draw
Creates a draw in state open. If callback_url is set, the response includes callback_secret (HMAC key for webhook signatures) — this is the only time it is returned.
post/v1/draws
Request body
Response
Draw created.
Example response
{
"success": true,
"data": {
"draw": {
"id": "K7M2"
}
}
}