API Reference Overview
OpenAPI Specification
Section titled “OpenAPI Specification”The REST API reference is compiled automatically at build time from the OpenAPI specification using starlight-openapi.
Core Endpoint Reference Groups
Section titled “Core Endpoint Reference Groups”- Partner Organization API: List Partners Endpoint
- Shared Needs API: List Needs Endpoint
- Constituents & Intake API: List Constituents Endpoint
- Member Management API: List Members Endpoint
- Organization Settings API: Get Organization Settings
Complete Interactive API Reference
Section titled “Complete Interactive API Reference”Explore the full interactive API documentation:
Authentication
Section titled “Authentication”All API requests must include a valid Bearer token in the HTTP Authorization header:
Authorization: Bearer <your_session_token>