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.
These header(s) are required to make a login request to the API:
{
"MPClient" : "string"
}
These headers are required to make any requests to the API after a successful login:
{
"MPClient" : "string",
"MPClientToken" : "string"
}