Muntra
Muntra
Reviewed: 31 May 2025
Muntra simplifies dental care with its innovative digital platform, offering comprehensive tools including patient management and journaling to streamline workflows and prioritize quality care. Integrate with Muntra for streamlined workflows and quality patient care.
MuntraVersions
Muntra supports two integration versions: Public and Private. The version determines which API endpoints and authentication methods are used.
- Public — uses Muntra's public API. Only requires a Care Unit ID. Supports fetching available timeslots, booking appointments, and creating/reading patients through the public booking flow.
- Private — uses Muntra's private API with bearer token authentication. Requires both a Care Unit ID and an API Key. Enables full access including appointment management (create, cancel, change) and reading/creating medical notes through authenticated endpoints.
You'll be able to choose the version during the integration setup in the Leyr developer portal.

Setup Type
Self-Service - You can obtain the required credentials by following the step-by-step guides below.
Required Credentials
Public Version
To integrate with Muntra using the public version, you'll need:
- Care Unit ID
Private Version
To integrate with Muntra using the private version, you'll need:
- Care Unit ID
- API Key
Setup Guide
Public Version — Finding the Care Unit ID
- Go to https://www.muntra.com/start
- Search for the clinic you want to connect to and select it from the list

- When redirected to the clinic's page, look at your browser's address bar. The number in the URL (4884 in this example) is the Care Unit ID you need

Private Version — Obtaining the API Key
To get your API key, contact Muntra support directly - creating an API key is not possible through the app interface.
You're now ready to test and launch your integration with Muntra via Leyr. Check our API specification for implementation details.