Create a WireGuard Interface
Create a new WireGuard Interface. Current limitation of 10 interfaces per user can be created.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The id of the network associated with the interface.
Example:
"6a09cdc3-8948-47f0-aa62-74ac943d6c58"
The region the interface should be deployed to.
Example:
"ashburn-va"
A user specified name for the interface.
Example:
"test interface"
Enable SIP traffic forwarding over VPN interface.
Example:
false
Response
Successful response
JavaScript