Retrieve Wireguard Gateway
Returns the WireGuard Gateway by ID.
To retrieve the WireGuard Gateway, perform a GET
request.
Endpoint
Use the following endpoint to retrieve a WireGuard Gateway: https://vpn.de-fra.ionos.com/wireguardgateways/{gatewayId}
.
Request
Note: The following request contains a sample gatewayId
. Replace them with the gatewayId
value, whose information you want to retrieve.
You can update the gatewayId
value to get a specific WireGuard Gateway:
Path Parameter | Type | Description | Example |
---|---|---|---|
gatewayId | string | The ID (UUID) of the WireGuard Gateway. |
|
Response
200 Successful operation
Result: The WireGuard Gateway and its details for the specified gatewayId
are successfully obtained.
Last updated