---
title: "Find the signature image url for a specified sale."
method: GET
path: "/Documents/{id}/Signature"
tags: ["Rest"]
---

# Find the signature image url for a specified sale.

`GET /Documents/{id}/Signature`

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required
- `SiteId` integer, required

## Response `200`

OK

- MindbodyRestApiDtoModelsDocumentsGetSaleSignatureUrlResponse — Response of get sale signature.
  - `SignatureUrl` string — The url to get the signature image

## Other responses

- `401` — Unauthorized
- `404` — NotFound

---

[API](https://skmtc.net/mindbodyonline/apis/rest-api.md) · [All operations](https://skmtc.net/mindbodyonline/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mindbodyonline/rest-api/revisions/dc2736850e42/schema)
