Skip to main content
GET
/
payroll
Get the payroll workspace
curl --request GET \
  --url https://api.app.lastaccountingcompany.com/portal/payroll \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Firebase ID token from an interactive portal session. Required for admin/approver-only operations (payroll approval, company settings, API-key management).

Query Parameters

customer_id
string

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

period
string

Payroll period, YYYY-MM.

Response

Payroll workspace.

The payroll workspace for a period: employees, employer settings, and runs. Amounts are integer cents; rates are basis points. Interior shapes beyond the top level vary and are returned as-is.