Actions
Get License
Returns a license by ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| License ID | ID of a license. |
[
{
"licenseId": "<string>",
"product": {
"code": "<string>",
"name": "<string>"
},
"assignee": {
"key": "<string>",
"type": "<string>"
},
"perpetual": {
"isOutdated": false
},
"team": {
"id": 817434,
"name": "<string>"
},
"isTransferableBetweenTeams": true,
"isTrial": false,
"isSuspended": false,
"isAvailableToAssign": false
},
{
"licenseId": "<string>",
"product": {
"code": "<string>",
"name": "<string>"
},
"assignee": {
"key": "<string>",
"type": "<string>"
},
"perpetual": {
"isOutdated": false
},
"team": {
"id": 1921947,
"name": "<string>"
},
"isTransferableBetweenTeams": true,
"isTrial": false,
"isSuspended": false,
"isAvailableToAssign": false
}
]
Was this page helpful?