---
title: "Deliver a milestone"
method: POST
path: "/escrow/{id}/milestones/{id2}/deliver"
tags: ["Escrow"]
---

# Deliver a milestone

`POST /escrow/{id}/milestones/{id2}/deliver`

Lets the provider submit a delivery for a specific milestone within a milestone-based escrow, attaching a description and optional artifact references.

## Path parameters

- `id` string, required
- `id2` 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 the milestone delivery.
  - `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)
