PPylon Developers
ApiPricing Tiers

Get Pricing Tier

GET
/api/organizer/v1/pricing-tiers/{id}
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/organizer/v1/pricing-tiers/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "itemType": "string",
  "itemId": null,
  "name": "string",
  "description": null,
  "priceAmount": 0.1,
  "priceCurrency": null,
  "minPriceAmount": 0.1,
  "minPriceCurrency": null,
  "maxPriceAmount": 0.1,
  "maxPriceCurrency": null,
  "priceModifierType": null,
  "priceModifierValue": 0.1,
  "context": null,
  "validFrom": "2019-08-24T14:15:22Z",
  "validUntil": "2019-08-24T14:15:22Z",
  "capacity": 0,
  "soldCount": 0,
  "availableCount": 0,
  "status": "string",
  "priority": 0,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}