---
title: "Get Cheque Preview"
method: GET
path: "/print-mail/v1/cheques/{id}/url"
tags: ["Cheques"]
---

# Get Cheque Preview

`GET /print-mail/v1/cheques/{id}/url`

Retrieve a cheque preview URL.

This is only available for customers with our document management addon, which offers
document generation and hosting capabilities. This endpoint has a much higher rate limit
than the regular order retrieval endpoint, so it is suitable for customer-facing use-cases.

## Path parameters

- `id` string, required

## Response `200`

the Cheque Preview URL.

- object
  - `id` string, required — A unique ID prefixed with cheque_
  - `object` string, required
  - `url` string, uri, required — A signed URL linking to the order preview PDF. The link remains valid for 15 minutes from the time of the API call.

## Other responses

- `401` — the Cheque Preview URL.
- `404` — the Cheque Preview URL.
- `422` — the Cheque Preview URL.
- `429` — the Cheque Preview URL.
- `500` — the Cheque Preview URL.

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/revisions/537d2bbc624a/schema)
