---
title: "Get a purchase"
method: GET
path: "/public/v1/purchases/{id}"
tags: ["Purchase"]
---

# Get a purchase

`GET /public/v1/purchases/{id}`

Get a single purchase by its ID, returned as the full [purchase](#model-purchase) shape (line items, charges, active payments, and custom data). Draft purchases and purchases outside your company are not found (404).

Required permission: `purchases_permissions_view`, plus access to the purchase under the authenticated user's team restrictions.

## Path parameters

- `id` string, required

## Response `200`

A single purchase

## Other responses

- `400` — Invalid parameters
- `401` — Missing or invalid API token
- `403` — The API token lacks the required permission
- `404` — Not Found

---

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