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

    WireGuardConfig

    {
        "type": "string",
        "properties": {
            "success": {
                "type": "string"
            },
            "fullConfig": {
                "type": "string",
                "description": "string"
            },
            "peer": {
                "type": "string",
                "properties": {
                    "address": {
                        "type": "string"
                    },
                    "privateKey": {
                        "type": "string"
                    },
                    "presharedKey": {
                        "type": "string"
                    }
                }
            },
            "server": {
                "type": "string",
                "properties": {
                    "publicKey": {
                        "type": "string"
                    },
                    "endpoint": {
                        "type": "string"
                    },
                    "allowedIPs": {
                        "type": "string"
                    }
                }
            }
        }
    }
    Built with