Solo CRM
Reference

finance · expenseTotals

Requires `record:read`.

GET
/{orgSlug}/finance/expenseTotals

Authorization

bearerAuth
AuthorizationBearer <token>

An API key from Settings → Connect to Agents, or an OAuth access token. Never the session cookie.

In: header

Path Parameters

orgSlug*string

The workspace. Membership is what authorizes it.

Query Parameters

category?string
companyId?string
opportunityId?string
from?string
to?string
billableOnly?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/string/finance/expenseTotals"
{  "ok": true,  "data": null}