HomeGuidesAPI ReferenceChangelog
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

Add/delete and modify tunnels.

IMPORTANT: Schema shows an object for a single tunnel. For creation of multiple tunnels simultaneously, you can construct an object of the form: { 'tunnel1': {schema}, 'tunnel2': {schema}}. You may want to perform a GET operation and copy the RESPONSE JSON and modify that to see how the POST operation works.
When a list of tunnel keys are POSTed back to the server, the server checks for new keys. These tunnels are added. It looks for missing keys. These tunnels are deleted. All other tunnels are modified to input settings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

JSON hash map (object) containing a list of tunnels.

tunnelName1
object
required
Response
200

No response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!