📖
API Integration
Sonoran CMS's open API endpoints allow you to utilize the whitelist system, clock in and out users, etc.
Sonoran CMS offers a complete Node API library from NPM!
npm i @sonoransoftware/sonoran.js
All API calls are sent via an HTTP POST with a JSON formatted body.
Yes, our API calls can be integrationed into nearly any gamemode with nearly any programming language.
We provide several drag-and-drop resources written in JS/TS.
You can also write your own script using our API endpoints:
Yes, Sonoran CMS will automatically block any malicious or spammed traffic. While we don't publicly publish these limits, it's not best to not make more than one call per second for an extended period of time.
Last modified 5mo ago