---
title: "list licenses"
method: GET
path: "/licenses"
tags: ["Licenses"]
---

# list licenses

`GET /licenses`

## Query parameters

- `business_id` string[]
- `customer_id` string, uuid

## Response `201`

list of licenses

- LicenseList
  - `licenses` ResponseLicense[] — Array of license records
    - `business_id` string, uuid — Unique ID for the business. Exactly one of `business_id` or `person_id` must be set.
    - `creation_time` string, date-time, required — The date and time the license resource was created.
    - `customer_id` string, uuid
    - `id` string, uuid, required — License record unique id
    - `last_updated_time` string, date-time, required — The date and time the license resource was last updated.
    - `last_verified_time` string, date-time — Timestamp of the last time the license was verified
    - `license_classification` 'MEDICAL_AND_RECREATIONAL_CANNABIS' | 'MEDICAL_CANNABIS' | 'RECREATIONAL_CANNABIS' — The classification of the license
    - `license_expiration_date` string, date — The date on which the license will expire
    - `license_issuance_date` string, date — The date on which the license was issued
    - `license_number` string, required — The entity's license number
    - `license_type` 'MRB', required — The type of the license being created. For example, the license being created could be for MRB (Marijuana related business)
    - `license_type_description` string — Free-form text describing the type of the license
    - `licensee_address` string — The address of the entity that holds the license as reported by the verifying vendor
    - `licensee_name` string — The name of the entity that holds the license that's reported by the verifying vendor
    - `licensing_authority` string — The name of the licensing body that granted the license
    - `status` 'ACCEPTED' | 'REJECTED' | 'REVIEW' | 'UNVERIFIED', required — The status of the license
    - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
