Retrieve Licensee
/v1/keys/{key}/licensees/{licensee}Returns a licensee by its sl_ key. A cancelled or unknown licensee returns 404.
Path parameters
keystringAPI Key
The API Key to retrieve. Begins
ak_.licenseestringLicensee Key
Uniquely identifies a licensee.
Query parameters
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_...
Response
result is the licensee object, including metadata like when it was created
and current daily lookup statistics.
resultLicenseenamestringLicensee 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
The result sits inside the standard { result, code, message } envelope — see
the API reference for the wrapper format.