Retrieve information about a consumer by its id. Currently supports medical patient lookup in states that support dynamic purchase limits.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "license": {
- "license_number": "MED-X0001",
- "type": {
- "name": "Medical Dispensary"
}
}, - "consumer_id": "1234-5678-910",
- "status": "active",
- "expiration_date": null,
- "limits": {
- "flower_ounces_available": 120,
- "thc_ounces_available": 36,
- "ConcentrateOuncesAvailable": 0,
- "infused_ounces_available": 0,
- "purchase_amounts_days": 30
}, - "key": null
}
]
}, - "warnings": [ ]
}