Overview | Service | Command |
Checks whether this account (auth token account or requested account id) is allowed access to the specified feature.
Network edition only API | TRUE |
Authorization token required | true |
Admin Authorization token required | false |
<CheckLicenseRequest feature="..." /> ## CheckLicenseRequest
The following table describes elements and attributes you can define within a
<CheckLicenseRequest>
element:
XPath | Required / Optional | Description |
@feature | Required (only 1) | Type:String The licensable feature. These are the valid values (which are case-insensitive):
|
<CheckLicenseResponse status="(ok|no|inGracePeriod)" /> ## CheckLicenseResponse
The following table describes elements and attributes you can define within a
<CheckLicenseResponse>
element:
XPath | Required / Optional | Description |
@status | Required (only 1) | Type:ok|no|inGracePeriod Status of access to requested licensed feature. |