MacPractice

Start Here

How to get access to use our APIs

The public API for our Patient Portal is currently in Beta. As such, support from MacPractice will be limited as we work to improve the 3rd Party developer program.

To get started working with our APIs, Apply Here.

1. Start

Required Headers Before Login

These header(s) are required to make a login request to the API:


            { 
              "MPClient" : "string" 
            }
          

Required Headers After Login

These headers are required to make any requests to the API after a successful login:


            {
              "MPClient" : "string",
              "MPClientToken" : "string"
            }