---
title: "Upload an attachment to a practitioner credentialing row"
method: POST
path: "/practitioners/{id}/attachments"
tags: ["Practitioner"]
---

# Upload an attachment to a practitioner credentialing row

`POST /practitioners/{id}/attachments`

Uploads a file and stores it as an attachment on the specified row (e.g., 'dea-0') within the practitioner's credentialing data. Mirrors the credentialing-workflow attachment pattern.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `201`

Attachment uploaded successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `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/563848e0ecc0/schema)
