cURL
curl --request GET \ --url https://api.hyperline.co/v1/price-configurations \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0, "approximateCount": false }, "data": [ { "id": "<string>", "price_book_id": "<string>", "status": "active", "currency": "EUR", "country": "FR", "plan_id": "<string>", "billing_interval": { "period": "once" }, "commitment_interval": { "period": "all" }, "updated_at": "2023-12-25", "archived_at": "2023-12-25", "type": "fee", "prices": [ { "type": "fee", "amount": 123, "id": "<string>" } ] } ] }
Retrieve existing price configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
0 <= x <= 100
x >= 0
Show child attributes
List of PriceConfiguration.
Was this page helpful?