v6

latestOpenAPI 3.1.02026-07-311856741.1 MB
discounts
public

Get Discount

Get a discount by ID.

Scopes: discounts:read discounts:write

get/v1/discounts/{id}

Path parameters

idstring uuid4 required

The discount ID.

The discount ID.

Response

Successful Response

OR
OR
OR

Example response

{
  "amount": 1000,
  "currency": "usd",
  "amounts": {
    "eur": 900,
    "usd": 1000
  },
  "organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737"
}