> For the complete documentation index, see [llms.txt](https://docs.sonoransoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints-v2.md).

# API Endpoints V2

{% hint style="info" %}
The v2 API uses `Authorization: Bearer <api key>`, standard HTTP verbs, proper status codes, and a consistent success envelope:

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

Errors are returned as `application/problem+json`.
{% endhint %}

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

Each section below expands into individual endpoint pages.

## Rate Limits

{% content-ref url="/pages/4Rx8ARtVOleIuQialvqo" %}
[Rate Limits](/cms/developer-api-documentation/api-integration/api-endpoints-v2/rate-limits.md)
{% endcontent-ref %}

## Available Sections

### Libraries

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

{% content-ref url="/pages/A8yuPRP25P0zSRFwrSLb" %}
[Libraries](/cms/developer-api-documentation/api-integration/api-endpoints-v2/libraries.md)
{% endcontent-ref %}

### General

{% content-ref url="/pages/BMPACG1irwlyCrR9eDm4" %}
[General](/cms/developer-api-documentation/api-integration/api-endpoints-v2/general.md)
{% endcontent-ref %}

### Accounts

{% content-ref url="/pages/fPFcYnaAAF7Ssdgwr4WZ" %}
[Accounts](/cms/developer-api-documentation/api-integration/api-endpoints-v2/accounts.md)
{% endcontent-ref %}

### Servers

{% content-ref url="/pages/rRwiXkjDP1RnEkL2ooWU" %}
[Servers](/cms/developer-api-documentation/api-integration/api-endpoints-v2/servers.md)
{% endcontent-ref %}

### Events

{% content-ref url="/pages/27zki2d2F70sH3xLArMj" %}
[Events](/cms/developer-api-documentation/api-integration/api-endpoints-v2/events.md)
{% endcontent-ref %}

### Forms

{% content-ref url="/pages/oTzP3RlBU2lcyx5fIifv" %}
[Forms](/cms/developer-api-documentation/api-integration/api-endpoints-v2/forms.md)
{% endcontent-ref %}

### Rosters

{% content-ref url="/pages/OV6csxriZHRyo8YjhBUz" %}
[Rosters](/cms/developer-api-documentation/api-integration/api-endpoints-v2/rosters.md)
{% endcontent-ref %}

### Disciplinary

{% content-ref url="/pages/d1NZKod92ggWOJ2Iymnn" %}
[Disciplinary](/cms/developer-api-documentation/api-integration/api-endpoints-v2/disciplinary.md)
{% endcontent-ref %}

### ERLC

{% content-ref url="/pages/A05WJbczLiNJNfhFrSGn" %}
[ERLC](/cms/developer-api-documentation/api-integration/api-endpoints-v2/erlc.md)
{% endcontent-ref %}

### Sessions

{% content-ref url="/pages/UtOldLXMbd313QrbBAak" %}
[Sessions](/cms/developer-api-documentation/api-integration/api-endpoints-v2/sessions.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sonoransoftware.com/cms/developer-api-documentation/api-integration/api-endpoints-v2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
