GET
/
webapps
/
{id}
Get a webapp
curl --request GET \
  --url https://{FUSION HOST}/api/webapps/{id}
{
  "id": "<string>"
}

Path Parameters

id
string
required

The webapp ID.

Response

200 - application/json

successful operation

The response is of type object.