Skip to main content
POST
/
raffles
/
{id}
/
join
Join raffle
curl --request POST \
  --url https://api.sprucecollective.co.uk/raffles/{id}/join \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "entries_count": 5
}
'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Raffle ID

Body

application/json

Join request data

entries_count
integer
required
Required range: 1 <= x <= 10

Response

OK

The response is of type object.