Get public URL
Retrieves the current public URL configured for the Syft Space server.Endpoint
Authentication
Requires authentication via bearer token (admin API key).Response
The public URL for the server. Returns
null if no public URL is configured.Example request
Example response
Get proxy status
Retrieves the current status of the ngrok proxy tunnel connection.Endpoint
Authentication
Requires authentication via bearer token (admin API key).Response
Whether the proxy tunnel is currently connected.
The public URL of the tunnel if connected, otherwise
null.Whether an ngrok authentication token is configured.