Skip to main content

Reads the Unleash license.

GET 

https://us.app.unleash-hosted.com/ushosted/api/admin/license

Reads the Unleash license. Only available for self-hosted Enterprise customers.

Responses

licenseReadSchema

Schema

    token stringrequired

    The actual license token.

    customer string

    Name of the customer that owns the license. This is the name of the company that purchased the license.

    plan string

    Name of plan that the license is for.

    seats number

    Number of seats in the license.

    expireAt date-time

    Date when the license expires.

    Example: 2023-07-31T13:33:02Z

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/license' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
ResponseClear

Click the Send API Request button above and see the response here!