Skip to Content
HelpIntegrationsAPI Documentation

ScopeStack API Overview

The ScopeStack API follows the JSON:API  specification and is available at:

https://api.scopestack.io/{account-slug}/v1/

Both v1 and v2 API versions are available, and v2 is now the larger surface. Most endpoints added since 2026 are v2-only, including the ones the rest of this section points you at. Reach for v2 first and fall back to v1 for anything it does not cover. The API documentation notes where the two differ.

The two versions address differently:

  • v1 paths include your account slug: https://api.scopestack.io/{account_slug}/v1/projects
  • v2 paths do not: https://api.scopestack.io/v2/projects

A v2 request built by pattern-matching the v1 URL will 404, and a 404 here means the path is wrong rather than the record missing.


Where to Start

  • API Quickstart — Get your credentials, make your first authenticated request, and confirm everything is working.

  • Building Integrations — Full developer reference: authentication, request format, pagination, filtering, and common integration patterns.

  • API Error Codes — Troubleshooting guide for every status code the API returns, including OAuth token errors and validation failures.


Interactive API Reference

A live Swagger UI is available at:

https://api.scopestack.io

The v1 reference is at https://api.scopestack.io/docs/v1.

Use it to browse available endpoints, inspect request and response shapes, and test calls directly from your browser.


Questions? Contact ScopeStack support via chat or email.

New to ScopeStack?

ScopeStack automates scoping, pricing, and SOW generation for IT services teams. See how it fits your process.

Book a demoBrowse the docs
Last updated on