App versions
Applications
Apps
Assets
Categories
License types
Migrations
Privacy and Security
Products
Promotions (Removed)
Reporting
Reviews
Vendors

Rate this page:

License types

Information about license types

Get license types

GET /rest/2/licenseTypes

Get a list of license types.

Request

There are no parameters for this request.

Example

1
2
3
curl --request GET \
  --url 'https://marketplace.atlassian.com/rest/2/licenseTypes' \
  --header 'Accept: application/json'

Responses

Content typeValue
application/json

LicenseTypesCollection

Get license type

GET /rest/2/licenseTypes/{licenseTypeKey}

Get a specific license type.

Request

Path parameters
licenseTypeKey Required

string

The unique identifier for this license type, for example "gpl"

Example

1
2
3
curl --request GET \
  --url 'https://marketplace.atlassian.com/rest/2/licenseTypes/{licenseTypeKey}' \
  --header 'Accept: application/json'

Responses

Content typeValue
application/json

LicenseType

Rate this page: