Skip to main content

Create a WireGuard Interface

POST 
/wireguard_interfaces

Create a new WireGuard Interface. Current limitation of 10 interfaces per user can be created.

Request

Body

required

    network_id uuidrequired

    The id of the network associated with the interface.

    name string

    A user specified name for the interface.

    enable_sip_trunking boolean

    Enable SIP traffic forwarding over VPN interface.

    region_code stringrequired

    The region the interface should be deployed to.

Responses

202: Successful response

422: Unprocessable entity. Check the 'detail' field in response for details.

default: Unexpected error

Loading...