Skip to main content
POST
/
gaming
/
spin
Spin the wheel
curl --request POST \
  --url https://api.sprucecollective.co.uk/gaming/spin \
  --header 'Content-Type: application/json' \
  --data '
{
  "site_id": "<string>"
}
'
{
  "credits_won": 123,
  "expires_at": "<string>",
  "segment_id": 123,
  "token": "<string>"
}

Body

application/json

Spin request (optional site_id)

site_id
string

Response

OK

credits_won
integer

0, 1, or 3 credits

expires_at
string
segment_id
integer

0-7 matching frontend SEGMENTS array

token
string