Skip to main content
POST
/
filings
/
review-requests
Request a filing review
curl --request POST \
  --url https://api.app.lastaccountingcompany.com/portal/filings/review-requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customer_id": "<string>",
  "range": "this_month"
}
'
{
  "accepted": true,
  "event_id": "<string>",
  "request": {}
}

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

Body

application/json
customer_id
string

Target company. Optional for API keys.

range
string
default:this_month

Period to review: YYYY-MM, YYYY-Qn, YYYY, all, this_month, or last_6_months.

Response

Review request accepted.

accepted
boolean
event_id
string
request
object