Retrieve the patient's category assignments. By default returns all assignments; use the 'active' filter to narrow results.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/patient/{patientId}/category
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/category?active=true&categoryId=0&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" }