cURL
curl --request GET \ --url https://api.hypercore.vn/os_templates \ --header 'Authorization: Bearer <token>'
[ { "id": 2, "name": "Ubuntu x64 LTS", "family": "ubuntu" } ]
List prebuilt OS images available for installation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
2
"Ubuntu x64 LTS"
"ubuntu"