---
title: "Submit a delivery"
method: POST
path: "/escrow/{id}/deliver"
tags: ["Escrow"]
---

# Submit a delivery

`POST /escrow/{id}/deliver`

Lets the provider submit a delivery against the escrow, attaching a description and optional artifact references for the client to review.

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the provider.
  - `artifactId` string — Optional single tiny.place artifact id to attach.
  - `artifactIds` string[] — Optional list of tiny.place artifact ids to attach.
  - `description` string, required — Description of what is being delivered.
  - `refs` string[] — Optional free-form reference links for the delivery.

## Response `200`

OK

- object

---

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