Retrieve account information and settings for the authorized account.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}
curl -i -X GET \
https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/12345 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Account details
Whether date of birth is required for patients. When true, POST /patient must include dateOfBirth and PUT /patient cannot clear it (explicit null is rejected). When false, dateOfBirth is optional and can be cleared.
Example:true
Response
{ "dobRequired": true, "id": 12345, "name": "Acme Dental" }