Request a license
GET{baseUrl}/api/2.0/settings/license/required
Requests a portal license if necessary.
Responses
- 200
Boolean value: true if the license is required
- application/json
- Schema
- Example (auto)
Schema
responseboolean
countint32
links object[]
statusint32
statusCodeint32
{
"response": true,
"count": 0,
"links": [
{
"href": "string",
"action": "string"
}
],
"status": 0,
"statusCode": 0
}
- curl
- python
- javascript
- php
- csharp
- java
- CURL
curl -L '/api/2.0/settings/license/required' \
-H 'Accept: application/json'
ResponseClear