Skip to main content
Open an application
curl --request POST \
  --url https://api.example.com/experimental/operator/open-application \
  --header 'Content-Type: application/json' \
  --data '
{
  "appName": "<string>"
}
'
{
  "success": true
}

Body

application/json
appName
string
required

Response

200 - application/json
success
boolean
required