Retrieve a single tag belonging to the patient.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/tag/{tagId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/patient/{patientId}/tag/{tagId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/patient/{patientId}/tag/{tagId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Tag found and returned successfully
Response
{ "active": true, "color": "#C1E4FF", "createdAt": "2025-01-15T14:00:00Z", "id": 55, "note": "VIP", "patientId": 12345, "sortOrder": 10000, "updatedAt": "2025-01-15T14:00:00Z" }