Retrieve a software corresponding at given ID and return it as a
JSON object.
Path parameters
-
software_id Required
GET
/data/softwares/{instance_id}
curl \
--request GET http://api.example.com/data/softwares/{instance_id} \
--header "Authorization: $API_KEY"