Retrieve all pricing configurations.
cURL
curl --request GET \ --url https://api.monk.com/v1/pricing \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "productId": "<string>", "productName": "<string>", "name": "<string>", "description": "<string>", "model": "FLAT", "billingMode": "RECURRING", "tiering": "NONE", "unitAmount": "<string>", "flatAmount": "<string>", "priceInterval": "<string>", "priceIntervalCount": 123, "meterId": "<string>", "pricingTiers": [ { "unitAmount": "<string>", "minQty": "<string>", "maxQty": "<string>", "flatAmount": "<string>" } ], "createdAt": "2023-11-07T05:31:56Z" } ], "hasMore": true, "total": 123 }
pricing:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
Filter by product UUID
Pricing list
Show child attributes