v11

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0112893437.0 KB
Draws

Get draw details

get/draws/{id}

Path parameters

idstring required
Example:f4bd00a2-7b4e-4e59-8e1b-72e2c9f12345

Draw public ID returned by create and list draw responses.

Response

Draw with winners

Example response

{
  "draw": {
    "id": "f4bd00a2-7b4e-4e59-8e1b-72e2c9f12345"
  },
  "winners": []
}