Skip to main content
GET
/
v1
/
tunnels
/
ticket
Get a tunnel ticket
curl --request GET \
  --url https://api.alpic.ai/v1/tunnels/ticket \
  --header 'Authorization: Bearer <token>'
{
  "subdomain": "<string>",
  "ticket": "<string>",
  "tunnelHost": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Response

200 - application/json

The tunnel ticket

subdomain
string
required

The subdomain assigned to the user

ticket
string
required

The signed tunnel ticket

tunnelHost
string
required

The tunnel host to connect to