---
title: "Upload a supporting document for a group"
method: POST
path: "/groups/{id}/supporting-documents"
tags: ["Group"]
---

# Upload a supporting document for a group

`POST /groups/{id}/supporting-documents`

Upload a supporting document (license, certificate, insurance, IRS form, etc.) for a group

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `201`

Document uploaded successfully

- object

## Other responses

- `400` — Bad request - Invalid input, e.g., file is missing
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/3d27e9019c7b/schema)
