cURL
curl --request GET \ --url https://api.hyperline.co/v1/price-configurations \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0 }, "data": [ { "id": "<string>", "status": "active", "currency": "EUR", "country": "FR", "plan_id": "<string>", "billing_interval": { "period": "once" }, "commitment_interval": { "period": "all" }, "updated_at": "<string>", "archived_at": "<string>", "type": "fee", "prices": [ { "type": "fee", "id": "<string>", "amount": 123 } ] } ] }
Retrieve all 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
The response is of type object.
object
Was this page helpful?