---
title: "Get a charge preset"
method: GET
path: "/public/v1/charge-presets/{id}"
tags: ["ChargePreset"]
---

# Get a charge preset

`GET /public/v1/charge-presets/{id}`

Get a single charge preset by ID. Returns 404 if no preset with that ID exists in your company
or if it has been deleted.

Required permission: any of `settings_permissions_charge_presets`, or create/edit permission
for orders, purchases, or invoices.

## Path parameters

- `id` string, required

## Response `200`

A single charge preset

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