Skip to main content
Each entry names the version of the OpenAPI file (info.version) that it describes.
24 September 2026
GET /me tells you more on your first call.
  • environment says which Scoutworks deployment answered: production, staging, demo or development. Demo holds only made-up data.
  • links.docs points to these docs, and links.try suggests a first list request that your key’s scopes allow.
  • The description of expiresAt now says that null means the key never expires.
  • Browsers can now read the RateLimit-* and Retry-After headers, 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, /badges and /waiting-list.
  • Scopes for each area, plus .contacts scopes that add dates of birth and parent details.
  • Cursor pagination, a fixed error shape and rate-limit headers.