Get License Product Types
Get product types
Request
URI
GET
https://{api_host}/v1/license-keys/product-types
COPY
Responses
200
Successful
Returns Array of string of type(s) application/json
[
{}
]
500
Internal server error
Returns Error of type(s) application/json
{
"errorCode": "string",
"errorType": "string",
"arguments": [
"string"
],
"context": {
"context": "string"
},
"message": "string",
"remediationMessage": "string",
"causes": [
{
"type": "string",
"message": "string"
}
],
"nestedErrors": [
"Error Object"
],
"referenceToken": "string"
}
string
errorCode
Optional
The minor error code
string
errorType
Optional
The error type
array of string
arguments
Optional
The arguments used to localize the message, Can be used by scripts to automate the error processing.
object
context
Optional
The error context (e.g. the component where it occurred).
string
message
Optional
The localized error message
string
remediationMessage
Optional
The localized remediation error message
string
referenceToken
Optional
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
License Keys Operations
POST
Add License Key
GET
Get Domain Licensing Info
GET
Get License Check Result By ID
GET
Get License Information
GET
Get License Key
GET
Get License Keys
GET
Get License Product Types
GET
Get System Licensing Info
DELETE
Remove License Key
PUT
Set License Key For Resource
POST
Start License Check By Resource
PATCH
Update License Key