Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zuplo Tunnels API

List of endpoints available to perform operations on Tunnels.

Zuplo Tunnels API is one of 13 APIs that Zuplo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Tunnels. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and 4 JSON Schemas.

This API exposes 6 operations across 4 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, https://dev.zuplo.com.

6 operations 4 paths 8 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://dev.zuplo.com
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Zuplo Tunnels API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key authentication. Format: Bearer {api-key}

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Tunnels 6

List of endpoints available to perform operations on Tunnels.

GET
/v1/accounts/{accountName}/tunnels
Lists Tunnels
TunnelService_list 1 param → 200400401500
POST
/v1/accounts/{accountName}/tunnels
Creates a Tunnel
TunnelService_create 1 param body → 201400401500
GET
/v1/accounts/{accountName}/tunnels/{tunnelId}
Gets a Tunnel
TunnelService_read 2 params → 200400401404500
DELETE
/v1/accounts/{accountName}/tunnels/{tunnelId}
Deletes a Tunnel
TunnelService_delete 2 params → 200400401404500
POST
/v1/accounts/{accountName}/tunnels/{tunnelId}/$rotate-token
Rotates the Token
TunnelService_update 2 params → 200400401404500
GET
/v1/accounts/{accountName}/tunnels/{tunnelId}/teardown-operations/{operationId}
Gets a Teardown Status
TunnelService_getProvisioningStatus 3 params → 200400401500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Zuplo.Tunnels.TunnelList (4 properties), Zuplo.Tunnels.TunnelTeardownOperation (4 properties), Zuplo.Tunnels.Tunnel (3 properties), Zuplo.Tunnels.TunnelListItem (2 properties). Each schema is shown below with its type and property counts.

Zuplo.HttpProblemDetails.UnauthorizedProblemResponse
object
2 properties 2 required
Zuplo.HttpProblemDetails.InternalServerErrorProblemResponse
object
2 properties 2 required
Zuplo.Tunnels.Tunnel
object
Tunnels allow you to expose services running on bare metal, on-premises, or other non-cloud providers to the Zuplo platform. [Further reading](https://zuplo.co…
3 properties 3 required
Zuplo.Tunnels.TunnelTeardownOperation
object
4 properties 2 required
Zuplo.Tunnels.TunnelList
object
4 properties 1 required
Zuplo.HttpProblemDetails.BadRequestProblemResponse
object
2 properties 2 required
Zuplo.HttpProblemDetails.NotFoundProblemResponse
object
2 properties 2 required
Zuplo.Tunnels.TunnelListItem
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zuplo-tunnels-api-openapi.yml Raw ↑

Other APIs Zuplo publishes across the network.

Zuplo API Keys - Buckets API
Zuplo API Keys - Consumers API
Zuplo API Keys - Keys API
Zuplo API Keys - Managers API
Zuplo Audit Logs API
Zuplo Custom Domains API
Zuplo Deployments API
Zuplo MCP Servers API
Zuplo Openapi API
Zuplo Tunnel Services API
Zuplo Variables API
Zuplo Who Am I API