cURL
curl --request GET \ --url https://api.hyperline.co/v1/customers/credits \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0, "approximateCount": false }, "data": [ { "product_id": "itm_3kXODDF42QXtnL", "customer_id": "cus_Typ0px2W0aiEtl", "name": "Credit name", "current_balance": 2000, "low_count_threshold": 10, "last_refreshed_at": "2025-11-23T09:00:01.860Z", "auto_topup": { "credit_count": 32, "amount_excluding_tax": null, "price_id": null }, "created_at": "2025-10-12T07:00:01.860Z", "updated_at": "2025-10-13T10:00:01.860Z" } ] }
Retrieve credit products for all customers.
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 Credit.
Was this page helpful?