Validates a Jira license
The license string to validate.
string
The validation results of the license.
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/licenseValidator' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Rate this page: