---
title: "Sign Company Authorization Documents"
method: POST
path: "/companies/authorization_documents"
---

# Sign Company Authorization Documents

`POST /companies/authorization_documents`

Sign Authorization Documents necessary to onboard a company.

## Request body

- object
  - `companyID` string, required — companyID of the company
  - `document_key` '8655' | '2848' | 'all', required — type of the Authorization Document. Accepts 8655, 2848, or all for all document types.
  - `signature` string, required — base64 signature to pass and sign authorization document(s)

## Response `200`

200

- object
  - `success` boolean
  - `data` object[]
    - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
