Skip to main content
GET
/
gaming
/
segments
Get wheel segments
curl --request GET \
  --url https://api.sprucecollective.co.uk/gaming/segments
{
  "segments": [
    {
      "color": "<string>",
      "credits_won": 123,
      "id": 123,
      "label": "<string>",
      "textColor": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

site_id
string

Site ID (optional)

Response

OK

segments
object[]