Get details about an existing license.

Parameters

ParameterDescription
IDThe id (not name) of the license.

Example Output

{
	"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

Preview this Workflow on desktop