Skip to main content
GET
/
overview
Get the portal overview dashboard
curl --request GET \
  --url https://api.app.lastaccountingcompany.com/portal/overview \
  --header 'Authorization: Bearer <token>'
{
  "period": {},
  "metrics": {},
  "attention_items": [
    {}
  ],
  "readiness": {},
  "connections": {},
  "imports": {},
  "intake": {}
}

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Query Parameters

customer_id
string

Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.

Response

Overview payload.

One-call summary of the company's current state.

period
object
metrics
object
attention_items
object[]
readiness
object
connections
object
imports
object
intake
object