Retrieve Wireguard Peer
Last updated
Last updated
Returns the WireGuard Peer by ID.
To retrieve the WireGuard Peer, perform a GET
request.
Use the following endpoint to retrieve a WireGuard Peer: https://vpn.de-fra.ionos.com/wireguardgateways/{gatewayId}/peers/{peerId}
.
You can update the gatewayId
and peerId
values to get a specific WireGuard Peer for a given gateway:
Path Parameter | Type | Description | Example |
---|---|---|---|
200 Successful operation
Result: The WireGuard Peer and its details for the specified gatewayId
and peerId
are successfully obtained.
gatewayId
string
The ID (UUID) of the WireGuard Gateway.
85c79b4b-5b40-570a-b788-58dd46ea71e2
peerId
string
The ID (UUID) of the WireGuard Peer.
b62b3a40-adee-5b6c-b98d-be20bfcbdd91
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
.