Skip to main content
This reference is built from the API’s own OpenAPI file, so it always matches what the API does.

Try it

Each endpoint page has a Try it button. To use it:
  1. Choose the Demo server.
  2. Paste the sandbox key into Authorization:
  3. Choose Send.
The request goes straight from your browser to Scoutworks. It does not pass through anyone else’s server. You can use your own key on the Live server in the same way.

Servers

The basics

  • Send your key as Authorization: Bearer sw_live_…. See Keys and scopes.
  • Each endpoint page names the scope it needs.
  • Lists come back as { data, nextCursor }. See Pagination.
  • Errors come back as { error: { code, message } }. See Errors.
  • Each key can make 120 requests a minute. See Rate limits.
  • Times are UTC in ISO 8601 (2026-09-24T18:30:00.000Z). Dates are YYYY-MM-DD.