Rate this page:
Information about license types
GET /rest/2/licenseTypes
Get a list of license types.
1 2 3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/licenseTypes' \
--header 'Accept: application/json'
Content type | Value |
---|---|
application/json |
GET /rest/2/licenseTypes/{licenseTypeKey}
Get a specific license type.
string
The unique identifier for this license type, for example "gpl"
1 2 3
curl --request GET \
--url 'https://marketplace.atlassian.com/rest/2/licenseTypes/{licenseTypeKey}' \
--header 'Accept: application/json'
Content type | Value |
---|---|
application/json |
Rate this page: