Skip to main content
POST
/
raffles
/
item
/
{item_id}
/
free-entry
Submit free raffle entry
curl --request POST \
  --url https://api.sprucecollective.co.uk/raffles/item/{item_id}/free-entry \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "data_processing_consent": true,
  "marketing_consent": true
}
'
{}

Path Parameters

item_id
string
required

Raffle Item ID

Body

application/json

Free entry submission

email
string
required
first_name
string
required
last_name
string
required

Response

OK

The response is of type object.