Skip to main content
GET
/
customers
List accessible companies
curl --request GET \
  --url https://api.app.lastaccountingcompany.com/portal/customers \
  --header 'Authorization: Bearer <token>'
{
  "customers": [
    {}
  ]
}

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_....

Response

Accessible companies.

customers
object[]