cURL
curl --request GET \ --url https://api.alpic.ai/v1/tunnels/ticket \ --header 'Authorization: Bearer <token>'
{ "subdomain": "<string>", "ticket": "<string>", "tunnelHost": "<string>" }
Get a signed ticket for establishing a tunnel connection. Requires user authentication (API keys are not supported).
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The tunnel ticket
The subdomain assigned to the user
The signed tunnel ticket
The tunnel host to connect to
Was this page helpful?
Contact support