Skip to main content

Scompler Developer Hub

Welcome to the Scompler developer documentation. Here you'll find everything you need to integrate with and build on top of Scompler.

What's in here

Applications

Learn how to build apps that run inside Scompler — add custom UI, access platform data via API, and react to events using webhooks.

  • Overview — Architecture, key components, and app lifecycle
  • App configuration — Fields and credentials needed to register your app
  • Authentication — App secret, tokens, and request verification flows
  • Build an app — Step-by-step guide: Node.js backend + React frontend
  • Webhooks — Event types, payload reference, and signature verification
  • App Bridge — JavaScript library for frontend ↔ platform communication

API Reference

Authenticate with API tokens, understand rate limits, and handle errors.

  • Overview — Environments, authentication, and quick example
  • API Tokens — How to generate and manage access tokens
  • Rate Limits — Request quotas and retry guidance
  • Error Handling — Error codes and response format

GraphQL API

Full reference for the Scompler GraphQL schema — all queries, mutations, types, and scalars.

  • Overview — Schema structure and how to explore it