latestOpenAPI 3.1.02026-08-18127112503.9 KB

d850227d3298

Draws

Get draw details

Get draw details.

get/api/v1/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": []
}