Skip to main content

Build An Extension

💡
This documentation is written for developers who wants to build extensions

Before we start; please read the basic getting started guide

  1. Which shows you how to register your extension
  2. How to get your endpoints and webhooks approved
  3. How to use the authentication token to hit Scrims API endpoints

Prerequisites

  1. Understanding of RESTful APIs.
  2. Basic knowledge of server-side programming (e.g., Node.js, Python, Ruby).
  3. Access to a server where you can deploy your application.
  4. Familiarity with OAuth for authentication (if required).