The Zuplo Developer API, powered by Zuplo
Welcome to ZAPI - the Zuplo API where you can manage API keys, tunnels and more. To get your API key for this service login to portal.zuplo.com and navigate to your project Settings > Zuplo API Keys.
https://developer-api-main-8600723.self.zuplo.com
Gets a provisioning status
This endpoint returns the status of the services that the tunnel is currently configured for. Provisioning the services is an asynchronous process so this endpoint allows you to poll the status.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
stringrequiredThe ID of the tunnel.
operationId
stringrequiredThe ID of the operation.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
id
stringstatus
stringmessage
stringoptionaldetails
stringoptional
Gets a service configuration
This endpoint returns a snapshot of the services that the tunnel is currently configured for.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
stringrequiredThe ID of the tunnel.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Responses
version
integerThe version of this configuration format.
services
object[]A list of services that the tunnel will connect to.
Configures tunnel services
This endpoint reads the request body and creates/updates/delete the services that the tunnel connects to.
path Parameters
accountName
stringrequiredThe name of the account. You can find this in your Zuplo Portal under Settings > Project Information.
tunnelId
stringrequiredThe ID of the tunnel.
Headers
Authorization
stringrequiredThe
Authorization
header is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE
.
Request Body
version
integerThe version of this configuration format.
services
object[]A list of services that the tunnel will connect to.
Responses
id
stringstatus
stringmessage
stringoptionaldetails
stringoptional