Retrieves a log category with its id, name, and color.
Log categories are used to organize and classify daily care logs.
Note: This endpoint does not require authentication.
Security
Bearer
GET
curl -i -X GET \
https://data.logmycare.co.uk/openapi/api/logcategories/64f8a1b23d4e5f6a7b8c9d0e \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "id": "5f213e77cdd809d04ba664be", "name": "Body Maps", "color": "#9966FB" }