List License (Beta)

Lists all (or one) assets.

Endpoint URL

https://{{base_url}}/api/v2/license

Authentication and rate limits

ItemDetails
Authentication methodOAuth 2.0 Bearer token
Rate limitRate Limit

Requests Example

curl --request GET \
  --url "https://{{base_url}}/api/v2/license/?company=1" \
  --header "Authorization: Bearer $BEARER_TOKEN"

Query Parameters

Response Syntax

{
            "license_id": integer,
            "hashed_id": "string",
            "public_license_id": integer,
            "license_name": "string",
            "type": "Product|Support|Perpetual|Concurrent|Volume|Single-User|Trial|Enterprise|Warranty|Maintenan "state": "Active | InActive | Expired | Renewed",
            "state": "Active| Inactive |Expired | Renewed",
            "status": "Assigned | Unassigned | Pending Activation | Transferred",
            "issued_date": "string",
            "activation_date": "string",
            "claimed_date": "string",
            "expiry_date": "string",
            "is_transferrable": true|false,
            "is_key_universal": true|false,
            "license_key_number": "string",
            "notes": "string",
            "stock_keeping_unit": "string",
            "term_type": "Years|Days|Months",
            "term_value": integer,
            "quota": integer,
            "issuer": integer,
            "assets": [integer, integer , ….],
            "template": {
                "string": {
                    "key": "value"
                }
            }
        }
Language
Click Try It! to start a request and see the response here!