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. Most endpoints use v1. A small number of endpoints — including webhook subscriptions and merge data — support a version=2 parameter or a dedicated /v2/ path for improved performance and response structure. The API documentation notes where v2 differs.


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://app.scopestack.io/api-docs

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.

Last updated on