Retrieve the account's self-scheduling settings. Provide the optional publicUuid filter to resolve the setting behind a patient booking link (the UUID embedded in booking URLs) to its numeric id; the mapping can then be cached and used to call the availability endpoint.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/self-scheduling/setting
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/self-scheduling/setting
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/self-scheduling/setting?publicUuid=e33a52cb-1a33-4cb7-9d91-7a0238da5c0b&sortDir=ASC&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "nextCursor": "null", "settings": [ { … } ] }