Retrieve Wireguard Gateway
Last updated
Last updated
Returns the WireGuard Gateway by ID.
To retrieve the WireGuard Gateway, perform a GET
request.
Use the following endpoint to retrieve a WireGuard Gateway: https://vpn.de-fra.ionos.com/wireguardgateways/{gatewayId}
.
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 |
---|---|---|---|
200 Successful operation
Result: The WireGuard Gateway and its details for the specified gatewayId
are successfully obtained.
gatewayId
string
The ID (UUID) of the WireGuard Gateway.
85c79b4b-5b40-570a-b788-58dd46ea71e2
Authorization
yes
string
The Bearer token to enable requests to authenticate using a JSON Web Token (JWT).
Content-Type
no
string
Set this to application/json
.