---
title: "Company Signatory Agreements"
method: POST
path: "/companies/{company}/components/signatory_agreements"
---

# Company Signatory Agreements

`POST /companies/{company}/components/signatory_agreements`

This Component allows an employer's signatory to sign Check's Terms of Service and Debit Authorization.

## Path parameters

- `company` string, required

## Request body

- object
  - `signatory` string, required — The ID of the signatory object for this company. You must provide either a signatory ID (recommended) or all three body params shown below
  - `signer_name` string — The name of the person who has permission to onboard on behalf of the company.
  - `signer_title` string — The title of the person who has permission to onboard on behalf of the company (e.g. "Officer", "Manager", etc.).
  - `email` string — The email of the person who has permission to onboard on behalf of the company

## Response `200`

200

- object
  - `url` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/checkhq/apis/check-api.md) · [All operations](https://skmtc.net/checkhq/apis/check-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/checkhq/check-api/revisions/f46e28134549/schema)
