Skip to main content
GET
/
api
/
desktop
/
url
Get Desktop Url
curl --request GET \
  --url https://api.example.com/api/desktop/url \
  --header 'X-Session-API-Key: <api-key>'
{
  "url": "<string>"
}

Authorizations

X-Session-API-Key
string
header
required

Query Parameters

base_url
string
default:http://localhost:8002

Response

Successful Response

Response model for Desktop URL.

url
string | null
required