cURL
curl --request GET \ --url https://api.hyperline.co/v1/products \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0 }, "data": [ { "id": "itm_3kXODDF42QXtnL", "name": "Product name", "status": "active", "description": "Product internal description", "description_display_interval_dates": true, "public_description": "Product public description", "translations": { "fr": { "name": "<string>", "public_description": "<string>" }, "en": { "name": "<string>", "public_description": "<string>" }, "de": { "name": "<string>", "public_description": "<string>" }, "it": { "name": "<string>", "public_description": "<string>" }, "nl": { "name": "<string>", "public_description": "<string>" }, "es": { "name": "<string>", "public_description": "<string>" }, "pt": { "name": "<string>", "public_description": "<string>" }, "pl": { "name": "<string>", "public_description": "<string>" } }, "properties": {}, "custom_properties": {}, "accounting": {}, "type": "flat_fee", "is_available_on_demand": true, "is_available_on_subscription": true } ] }
Retrieve all existing products.
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?