---
title: "Set filing authorization"
method: POST
path: "/filings/authorization"
tags: ["Filings"]
---

# Set filing authorization

`POST /filings/authorization`

Grants or revokes LAC's standing authorization to submit filings on the company's behalf. Requires a write-scoped key.

## Request body

- object
  - `customer_id` string — Target company. Optional for API keys.
  - `authorized` boolean, required — Whether LAC is authorized to submit filings.

## Response `200`

Authorization state recorded.

- object
  - `ok` boolean
  - `event_id` string
  - `authorization` object
    - `authorized` boolean
    - `set_by` string
    - `actor` string
    - `ts` string

## 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)
