Skip to main content
https://.thoughtindustries.com

Show Tree

Returns the license tree for the specified license

Returns the license tree for the specified license.

GEThttps://example.thoughtindustries.com/incoming/v2/licenses/:id/licenseTree

Example request

curl "https://example.thoughtindustries.com/incoming/v2/licenses/:id/licenseTree" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

NameTypeRequiredLocationDescription
iduuidYespathThe unique identifier of the license whose tree to retrieve.

Example response

{
  "data": {
    "LicenseTree": {}
  }
}