> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get License

Get details about an existing license.

## Parameters

<div className="integrations-table">
  | Parameter | Description                       |
  | --------- | --------------------------------- |
  | ID        | The id (not name) of the license. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 9,
	"name": "<string>",
	"company": null,
	"manufacturer": null,
	"product_key": "<string>",
	"order_number": null,
	"purchase_order": null,
	"purchase_date": null,
	"termination_date": null,
	"depreciation": null,
	"purchase_cost": "<string>",
	"purchase_cost_numeric": "<string>",
	"notes": "<string>",
	"expiration_date": null,
	"seats": 15,
	"free_seats_count": 8,
	"remaining": 2,
	"min_amt": null,
	"license_name": null,
	"license_email": "<string>",
	"reassignable": true,
	"maintained": false,
	"supplier": null,
	"category": {
		"id": 2,
		"name": "<string>"
	},
	"created_by": null,
	"created_at": {
		"datetime": "2025-04-01 01:10:12",
		"formatted": "Tue Apr 01, 2025 1:10AM"
	},
	"updated_at": {
		"datetime": "2025-04-01 01:10:12",
		"formatted": "Tue Apr 01, 2025 1:10AM"
	},
	"deleted_at": null,
	"user_can_checkout": true,
	"available_actions": {
		"checkout": true,
		"checkin": true,
		"clone": true,
		"update": true,
		"delete": true
	}
}
```

## Workflow Library Example

[Get License with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-license-with-snipe-it-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-license-with-snipe-it-and-send-results-via-email/canvas" />
</div>
