---
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.

## Changes

- **2026-05-01** `c8fedcbd705e` — 3 warning, 2 info
  - added the new `internal_server_error` enum value to the `error/type` response property for the response status `500`
  - added the new `not_found_error` enum value to the `error/type` response property for the response status `404`
  - added the new `rate_limit_exceeded_error` enum value to the `error/type` response property for the response status `429`
  - added `subschema #1, subschema #2` to the response body `anyOf` list for the response status `401`
  - …1 more

[Change history](https://skmtc.dev/postgrid/apis/postgrid-address-verification-api/changes/print-mail/v1/cheques/:id/url/get.md)

---

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