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 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.
85c79b4b-5b40-570a-b788-58dd46ea71e2
Response
200 Successful operation
Result: The Wireguard Gateway and its details for the specified gatewayId
are successfully obtained.
Last updated