> ## Documentation Index
> Fetch the complete documentation index at: https://developers.scoutworks.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Every change to the Scoutworks API. The newest is at the top.

Each entry names the version of the [OpenAPI file](https://api.scoutworks.app/api/v1/openapi.json) (`info.version`) that it describes.

<Update label="1.1.0" description="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](/guides/sandbox) for the demo group.
</Update>

<Update label="1.0.0" description="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.
</Update>
