Skip to main content
GET
/
reports
/
points-by-raffle
Get points by raffle
curl --request GET \
  --url https://api.sprucecollective.co.uk/reports/points-by-raffle \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

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

Query Parameters

period
string
default:all

Time period: day, week, month, year, all

site_id
string

Site ID for multi-tenant filtering

Response

OK