PPylon Developers
ApiPricing Tiers

Get Applicable Tier

POST
/api/organizer/v1/pricing-tiers/applicable-tier
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/organizer/v1/pricing-tiers/applicable-tier" \  -H "Content-Type: application/json" \  -d '{    "itemType": "string",    "itemId": "f11b669d-7201-4c21-88af-d85092f0c005"  }'
{
  "applicableTier": null,
  "hasApplicableTier": true
}
{
  "code": "string",
  "message": "string"
}