Get Licenses
    • Dark
      Light
    • PDF

    Get Licenses

    • Dark
      Light
    • PDF

    Article summary

    Get
    Deprecated
    /api/v1/licenses.get

    Use the /licenses.info endpoint instead.

    Retrieves a list of all registered licenses in the workspace.

    Permission required: view-privileged-setting

    Changelog

    VersionDescription
    6.5.0Deprecated
    3.10.0Added
    Header parameters
    X-Auth-Token
    stringRequired

    The authToken of the authenticated user.

    ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
    X-User-Id
    stringRequired

    The userId of the authenticated user.

    ExamplerbAXPnMktTFbNpwtJ
    Responses
    200

    OK

    Success Example
    {
      "licenses": [
        {
          "version": 2,
          "url": "localhost:3000",
          "expiry": "2023-07-13",
          "maxActiveUsers": 25,
          "maxGuestUsers": 125,
          "maxRoomsPerGuest": 1,
          "modules": [
            "auditing",
            "canned-responses",
            "ldap-enterprise",
            "livechat-enterprise",
            "voip-enterprise",
            "omnichannel-mobile-enterprise",
            "engagement-dashboard",
            "push-privacy",
            "scalability",
            "teams-mention",
            "saml-enterprise",
            "oauth-enterprise",
            "device-management",
            "federation",
            "videoconference-enterprise",
            "message-read-receipt"
          ],
          "tag": {
            "name": "Enterprise",
            "color": "#F3BE08"
          },
          "meta": {
            "trial": false,
            "trialEnd": "2023-04-27T23:00:00Z",
            "workspaceId": "63cfe8550c95db00013d7798"
          }
        }
      ],
      "success": true
    }
    Expand All
    object
    licenses
    Array of object
    object
    version
    integer
    url
    string
    expiry
    string
    maxActiveUsers
    integer
    maxGuestUsers
    integer
    maxRoomsPerGuest
    integer
    modules
    Array of string
    string
    tag
    object
    name
    string
    color
    string
    meta
    object
    trial
    boolean
    trialEnd
    string
    workspaceId
    string
    success
    boolean
    401

    Unauthorized

    Authorization Error
    {
      "status": "error",
      "message": "You must be logged in to do this."
    }
    object
    status
    string
    message
    string


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.