---
title: "Request a filing review"
method: POST
path: "/filings/review-requests"
tags: ["Filings"]
---

# Request a filing review

`POST /filings/review-requests`

Asks the accounting agent to review the books and prepare filings for the given range (default `this_month`). Accepted asynchronously — the work is dispatched as an event. Requires a write-scoped key.

## Request body

- object
  - `customer_id` string — Target company. Optional for API keys.
  - `range` string — Period to review: `YYYY-MM`, `YYYY-Qn`, `YYYY`, `all`, `this_month`, or `last_6_months`.

## Response `202`

Review request accepted.

- object
  - `accepted` boolean
  - `event_id` string
  - `request` object

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/versions/52e277b4f031/schema)
