Download OpenAPI specification:
API description of api.wgua.eu
[- {
- "customer_id": "string",
- "endpoint": "string",
- "ip_address": "string",
- "peer_public_key": "string",
- "private_key": "string",
- "public_key": "string",
- "created": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "active": true
}
]Creates a new customer returning all the data necessary for VPN connection.
{- "customer_id": "string",
- "endpoint": "string",
- "ip_address": "string",
- "peer_public_key": "string",
- "private_key": "string",
- "public_key": "string",
- "created": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "active": true
}Returns customer data.
| customerId required | string Unique customer ID |
{- "customer_id": "string",
- "endpoint": "string",
- "ip_address": "string",
- "peer_public_key": "string",
- "private_key": "string",
- "public_key": "string",
- "created": "2019-08-24T14:15:22Z",
- "expires": "2019-08-24T14:15:22Z",
- "active": true
}Returns customer ID
| recovery_code | string |
{- "recovery_code": "string"
}{- "customer_id": "string"
}Payment link is valid for 24 hours. The expiration date/time is returned in expires field.
| customerId required | string Unique customer ID |
{- "url": "string",
- "expires": "2019-08-24T14:15:22Z"
}