Skip to main content

List all WireGuard Peers

GET 
/wireguard_peers

List all WireGuard peers.

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

    filter[wireguard_interface_id] uuid

    The id of the associated WireGuard interface to filter on.

Responses

200: Successful response

default: Unexpected error

Loading...