info.version) that it describes.
24 September 2026
GET /me tells you more on your first call.environmentsays which Scoutworks deployment answered:production,staging,demoordevelopment. Demo holds only made-up data.links.docspoints to these docs, andlinks.trysuggests a first list request that your key’s scopes allow.- The description of
expiresAtnow says thatnullmeans the key never expires. - Browsers can now read the
RateLimit-*andRetry-Afterheaders, so a web page can show how many requests are left. - The developer docs and the Try it playground can call the API from the browser.
- A public sandbox key for the demo group.
Public beta
The first public version of the Scoutworks API.
- Read endpoints:
GET /me,/members,/events,/events/{eventId}/attendees,/badgesand/waiting-list. - Scopes for each area, plus
.contactsscopes that add dates of birth and parent details. - Cursor pagination, a fixed error shape and rate-limit headers.