Server
Jira Data Center / Reference / REST API
POST

Validate a Jira license

Validates a Jira license

Request

Request bodyapplication/json

The license string to validate.

string

Responses

The validation results of the license.

application/json

LicenseValidationResults
POST/api/2/licenseValidator
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: