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

    Server

    {
        "type": "string",
        "properties": {
            "id": {
                "type": "string",
                "example": "string"
            },
            "country": {
                "type": "string",
                "example": "string"
            },
            "city": {
                "type": "string",
                "example": "string"
            },
            "flag": {
                "type": "string",
                "example": "string"
            },
            "status": {
                "type": "string",
                "enum": [
                    "string"
                ],
                "example": "string"
            }
        },
        "required": [
            "string"
        ]
    }
    Built with