https://api.ssdnodes.com/operating-systems
Authorization: Bearer 123456789123456789123456789123456789
[
{
"id": 1466,
"operatingsystem": "CentOS Stream 8"
},
{
"id": 1663,
"operatingsystem": "Ubuntu 24.04"
},
{
"id": 1506,
"operatingsystem": "Rocky Linux 8"
},
{
"id": 1495,
"operatingsystem": "AlmaLinux 8"
}
]
[
{
"status": "error",
"msg": "Invalid or expired token."
}
]
curl -X GET https://api.ssdnodes.com/operating-systems -H "Authorization: Bearer 123456789123456789123456789123456789"
Copied!