TunnelSats Public Wireguard API
    TunnelSats Public Wireguard API
    • About our team
    • 📢 Public
      • List Servers
        GET
      • Create Subscription
        POST
      • Check Status / Heal
        GET
      • Claim Subscription
        POST
      • Renew Subscription
        POST
      • Get Subscription Status
        POST
    • 🔐 Authenticated
      • List My Subscriptions
        GET
      • Sync Subscription
        POST
      • Create Referral Code
        POST
      • Referral History
        GET
    • Announcements
      • 💫 What is TunnelSats?
      • 🚀 Introducing the TunnelSats Public API v1
    • Cookbook
      • 🛠️ Automation & Code Examples
      • 🐚 Bash One-Liners
      • 🛑 Error Codes & Troubleshooting
      • 🎁 Referral Program: Earn Bonus Months
    • Schemas
      • Server
      • InvoiceOrder
      • SubscriptionStatus
      • WireGuardConfig
      • ReferralCode
      • ReferralHistory
      • NodeLookup
      • ConnectivityResult

    SubscriptionStatus

    {
        "type": "string",
        "properties": {
            "paymentHash": {
                "type": "string"
            },
            "status": {
                "type": "string",
                "enum": [
                    "string"
                ]
            },
            "serverId": {
                "type": "string"
            },
            "duration": {
                "type": "string"
            },
            "isProvisioned": {
                "type": "string"
            },
            "subscriptionEnd": {
                "type": "string",
                "format": "string"
            },
            "server": {
                "type": "string",
                "properties": {
                    "domain": {
                        "type": "string"
                    },
                    "endpoint": {
                        "type": "string"
                    }
                }
            }
        }
    }
    Built with