Retrieve details for a specific appointment type.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/appointment/type/{appointmentTypeId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/appointment/type/{appointmentTypeId}
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/appointment/type/{appointmentTypeId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Appointment type found and returned successfully
Description/Instructions for the appointment
Example:"Please arrive 15 minutes early to fill out paperwork."
Response
{ "active": true, "color": "#2B46FF", "createdAt": "2025-01-15T14:00:00Z", "description": "Please arrive 15 minutes early to fill out paperwork.", "duration": 30, "id": 1001, "name": "New Patient Consultation", "telehealth": 1 }