Download a VPN device's configuration
Returns the device’s WireGuard configuration file, ready to hand to wg-quick or the WireGuard app.
This works exactly once. The file is built from a private key the platform never stored, held in a 15-minute vault that this read empties. A second call answers 410 and no endpoint anywhere can rebuild the file — a device that lost its config is deleted and added again.
It also answers 410 while the device is still pending: the address and the server’s public key only arrive with the daemon’s reply, and the file cannot be written without them. Poll the device until status is active before reading this.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)

