v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
Licenses

list licenses

get/licenses

Query parameters

business_idstring[]

Unique identifier for the business. Multiple IDs can be provided as a comma-separated list.

customer_idstring uuid
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7

The customer's unique identifier

Response

list of licenses

next_page_tokenstring

If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

Example response

{
  "licenses": [
    {
      "business_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
      "creation_time": "2010-05-06T12:23:34.321Z",
      "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
      "id": "7df5c505-b47c-490d-855f-c1b3cd99327f",
      "last_updated_time": "2010-05-06T12:23:34.321Z",
      "last_verified_time": "2023-05-06T12:23:34.321Z",
      "license_classification": "RECREATIONAL_CANNABIS",
      "license_expiration_date": "2023-01-01",
      "license_issuance_date": "2023-01-01",
      "license_type": "MRB",
      "license_type_description": "Limited Marijuana Cultivation Facility",
      "licensee_address": "1064 elm street, New York",
      "licensee_name": "Apex Corp",
      "licensing_authority": "Alcohol & Marijuana Control Office",
      "status": "ACCEPTED",
      "tenant": "abcdef_ghijkl"
    }
  ],
  "next_page_token": "a8937a0d"
}