Skip to main content
Retrieve a single liquor license by its state and exact license number.

Path parameters

state
string
required
The two-digit USPS state code (for example, ny). Must be a supported state your key is scoped to. Unsupported states return a 404.
license
string
required
The liquor license or permit number issued by the government authority. Must be an exact match and must include any leading zeros.

Returns

Returns a license object if the call succeeds and a matching license is found. Returns null if the call succeeds but no license is found.