curl --location 'https://tunnelsats.com/api/public/v1/subscription/list' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'{
"subscriptions": [
{
"payment_hash": "a1b2c3d4e5f6...",
"server_domain": "de2.tunnelsats.com",
"server_country": "Germany",
"subscription_end": "2026-10-01T12:00:00Z",
"bandwidth_used": 12000,
"status": "active",
"created_at": "2019-08-24T14:15:22.123Z",
"auto_renew": 0
}
]
}