GET
/
licenses
list licenses
curl --request GET \
  --url https://api-sandbox.synctera.com/v0/licenses \
  --header 'Authorization: Bearer <token>'
{
  "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_number": 10321,
      "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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

business_id
string<uuid>[]

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

Example:

"64438afd-fa20-4010-a573-2bbdca77cdb6,84ef251c-ab8f-47a5-bbfd-a16648f95157"

customer_id
string<uuid>
deprecated

The customer's unique identifier

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

201
application/json

list of licenses

The response is of type object.