Skip to main content

enterprise_license_retrieve

GET 

/api/v3//enterprise/license/:license_uuid/

License Viewset

Request

Path Parameters

    license_uuid uuidrequired

    A UUID string identifying this License.

Responses

Schema

    license_uuid uuidrequired
    name stringrequired
    key stringrequired
    expiry date-timerequired
    internal_users integerrequired
    external_users integerrequired
curl -L -X GET '/api/v3/enterprise/license/:license_uuid/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired