Show Tree
Returns the license tree for the specified license
Returns the license tree for the specified license.
GET
https://example.thoughtindustries.com/incoming/v2/licenses/:id/licenseTreeExample request
curl "https://example.thoughtindustries.com/incoming/v2/licenses/:id/licenseTree" \
-H 'Authorization: Bearer YOUR_API_KEY'Parameters
| Name | Type | Required | Location | Description |
|---|---|---|---|---|
id | uuid | Yes | path | The unique identifier of the license whose tree to retrieve. |
Example response
{
"data": {
"LicenseTree": {}
}
}