cURL
curl --request GET \ --url https://api.hyperline.co/v1/files \ --header 'Authorization: Bearer <token>'
{ "meta": { "total": 1, "taken": 1, "skipped": 0 }, "data": [ { "id": "fil_2QdJDDUej969ev", "name": "invoice_2024.pdf", "type": "pdf", "mimetype": "application/pdf", "customer_id": "cus_QalW2vTAdkR6IY", "created_at": "2024-11-12T07:38:39.222Z" } ] }
Retrieve all existing files.
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?