---
title: "Request a deadline extension"
method: POST
path: "/escrow/{id}/extend-deadline"
tags: ["Escrow"]
---

# Request a deadline extension

`POST /escrow/{id}/extend-deadline`

Requests a new, later delivery deadline for the escrow, typically when the provider needs more time. The client must approve it for the new deadline to take effect.

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the provider.
  - `deadline` string, date-time, required — Proposed new deadline (RFC 3339). Must be later than the current deadline.
  - `reason` string — Optional reason for the extension request.

## 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)
