Retrieve patient-category enrollments across the account, filterable by category and current CRM status. Each row carries the patientId and assignedAt (when the patient entered the current status). Use /patient/{patientId} to hydrate the patient.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient-category
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/patient-category
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient-category?categoryId=0&crmStatusId=0&active=true&sortBy=NAME&sortDir=ASC&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "categories": [ { … } ], "nextCursor": "string" }