JSON response shapes and session handling.
Authenticated partner methods are typically
POST /admin/api/… with a staff token.
See Authentication and API Reference.
Success responses
Successful calls return JSON payloads (often keyed objects such as leads, projects, or resource-specific keys).
Session expired
{ "session_expired": "…" }
Empty results
List methods may return empty arrays when no records match the authenticated context.
Was this page helpful?