Endpoint index
Account and catalog endpoints are documented here. Resource endpoints link to focused guides with request fields and examples.
GET /
Returns the API version, current availability and canonical documentation URL.
GET /account
Returns the account visible to the key, its plan and current limits.
curl https://api.portwarp.com/v2/account \
-H "Authorization: Bearer $PORTWARP_API_KEY"GET /account/usage
Returns active and total tunnel counts plus bandwidth usage for today and the current month.
GET /nodes
Lists the locations available for tunnel placement. Use the returned id with POST /tunnels/{id}/move.
GET /presets
Lists game/application presets. Use id as game_preset_id when creating a tunnel.
GET /domains
Lists platform domains available for generated tunnel hostnames.
GET /scope-presets
Lists permission presets and the scopes included in each one.
Resource guides
| Resource | Endpoints | Guide |
|---|---|---|
| Tunnels | 23 | Create, configure and control |
| Devices | 5 | Inspect and control |
| Operations | 2 | Track asynchronous actions |
| Webhooks | 7 | Subscribe and verify |
For tooling and LLM ingestion, use the single-file Markdown reference or the OpenAPI 3.1 schema.