API Endpoints V2

REST-style v2 API documentation for Sonoran CMS.

The v2 API uses Authorization: Bearer <api key>, standard HTTP verbs, proper status codes, and a consistent success envelope:

{
  "success": true,
  "data": {},
  "meta": {
    "timestamp": "2026-04-14T00:00:00.000Z",
    "path": "/v2/community"
  }
}

Errors are returned as application/problem+json.

Base URL example: https://api.sonorancms.com/v2

Each section below expands into individual endpoint pages.

Rate Limits

Rate Limits

Available Sections

Libraries

Use the official Sonoran SDK libraries if you want package-managed helpers for the v2 API.

Libraries

General

General

Accounts

Accounts

Servers

Servers

Events

Events

Forms

Forms

Rosters

Rosters

Disciplinary

Disciplinary

ERLC

ERLC

Sessions

Sessions

Last updated

Was this helpful?