Retrieve a paginated list of active appointment types for the account. Supports filtering by name/description and keyset pagination.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/appointment/type
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/appointment/type
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/appointment/type?name=Consultation&description=arrive%2015%20minutes%20early&sortBy=NAME&sortDir=ASC&cursor=string&limit=20&active=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "appointmentTypes": [ { … } ], "nextCursor": "eyJpZCI6MTAwMSwibmFtZSI6IkNvbnN1bHQifQ" }