orgLicense_download

GET /orgs/{oid}/licenses/{slid}

Downloads a license file from an organization.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

  • slid (required): the id of the license to download
  • oid (required): the id of the org

HTTP Request Body Parameters

None

Example Request

curl "https://uforge.example.com/api/orgs/{oid}/licenses/{slid}" -X GET \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"