For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get licensee

Gets a single licensee object by ID.

Get licensee by ID

get

Get licensee by ID. Available for Client and Operations accounts. Returns a single licensee with buyer, seller, address, and audit. Optional select query parameter controls which fields are returned.

Path parameters
idstringRequired

Licensee identifier.

Query parameters
selectstringOptional

Optional RQL select statement to limit returned fields.

Responses
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
externalIdstring · nullableOptional
statusstring · enumOptionalPossible values:
useBuyerAddressboolean · nullableOptional
descriptionstring · nullableOptional
get/public/v1/accounts/licensees/{id}

Last updated

Was this helpful?