List Licensees
/v1/keys/{key}/licenseesReturns a key's licensees, oldest first, up to 100 per request. The list omits cancelled licensees. The key must be enabled for sub-licensing.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.
Query parameters
starting_afterinteger optionalID of the licensee after which to list results
user_tokenstring optionalPrivate User Token
A secret key used for sensitive operations on your account and API Keys.
Your user token can be retrieved and managed from your accounts page.
Typically begins
uk_...limitinteger optionalLimit
Specifies the maximum number of records to retrieve.
By default the limit is 10. Requesting a larger result set adds latency.
querystring optionalFilter results by licensee name. Can be shortened to
q=
Response
result is an object containing a paginated list of licensees and a flag indicating
whether more results are available.
resultobjectList of licensees
licenseesLicensee[] optionalnamestringLicensee individual or organisation name
addressstringLicensee's first, second and third line address as well as post town concatenated by commas
postcodestringLicensee's postcode
whiteliststring[]A list of allowed URLs. An empty list means that whitelisting is disabled
dailyobjectcountnumberThe number lookups performed by the licensee on the day represented b
licesees.daily.updatedAtupdatedAtstringThe timestamp when the limit was last used.
idstringAn immutable ID provided for every licensee. Primarily used for paginated list requests.
keystringUniquely identifies a licensee for a key.
Required to perform paid lookups for a specific licensee. Typically begins
sk_.createdAtstringTimestamp for when the licensee was created
hasMoreboolean optionalReturns true if there are more licensees listed after the maximum number of results as implied by
limit
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.