| Field | Type | Description |
|---|---|---|
wgPublicKey | string | WireGuard public key (base64, 44 chars) |
expiry | string | Subscription end date (ISO 8601) |
bandwidth_used_gb | number | Bandwidth used in GB |
| status | string | "enabled" or "disabled" |
server_domain | string | VPN server domain |
last_synced_at | string | null |
curl --location 'https://tunnelsats.com/api/public/v1/subscription/status' \
--header 'Content-Type: application/json' \
--data '{
"wgPublicKey": "{{wgPublicKey}}"
}'{
"expiry": "2026-08-14T15:47:41.000Z",
"bandwidth_used_gb": 45.67,
"status": "enabled",
"server_domain": "de2.tunnelsats.com",
"last_synced_at": "2026-01-09T12:00:00.000Z"
}