Build An Extension
💡
This documentation is written for developers who wants to build extensions
Before we start; please read the basic getting started guide
- Which shows you how to register your extension
 - How to get your endpoints and webhooks approved
 - How to use the authentication token to hit Scrims API endpoints
 
Prerequisites
- Understanding of RESTful APIs.
 - Basic knowledge of server-side programming (e.g., Node.js, Python, Ruby).
 - Access to a server where you can deploy your application.
 - Familiarity with OAuth for authentication (if required).