Guide
  • SDK

    • PHP
    • .NET
  • Postman

    • Postman Collection
Api Docs
Guide
  • SDK

    • PHP
    • .NET
  • Postman

    • Postman Collection
Api Docs
  • Getting Started

    • Getting started
    • Integration process
  • Tools and libraries

    • SDK for PHP
    • SDK for .NET
    • Postman Collection
  • Fundamentals

    • Authorization
    • Errors
    • Extensions
    • Rate Limits
  • API Objects

    • Resources
    • Managing calendars
    • Online Features
    • Patient Presence
  • Callbacks

    • Push vs Pull
    • Real-time requests
  • Mappings

    • Vendor mapping
  • Changelog

    • Changelog
DOCPLANNER INTEGRATIONS

Getting started

Integrating with Docplanner API is dedicated to all the providers of the medical softwares for clinics. It allows creating an ongoing synchronization of available slots on doctor's profiles as well synchronizing bookings, in order to build a top-notch automated experience for the customers.
Docplanner integrations - img
Docplanner integrations - icon

Get to know the integration process and actions required to integrate with Docplanner.

Docplanner integrations - icon

Learn about both tech and business context of the integration.

Docplanner integrations - img

Intro

This guide is meant to explain in details full business context of the integration with Docplanner API. It focuses on explaining both the process of the integration with all key milestones, as well as most important parts of the development - definition of all the API objects and walkthrough the crucial flows.

The fastest way to use our API is installing our client libraries currently there are 2 of the available:

  • SDK for PHP
  • SDK for .NET

If you want to create the integration from scratch, apart from reading this guide, check out our API Documentation.

Currently, Docplanner API is designed only to be utilized by providers of the medical software - it provides access only to limited set of resources authorized by the customers.

API Type

In Docplanner we're using RESTful API. You you want to find out more about this technology - click here

In accordance to RESTful guidelines, we use standard HTTP methods. Each has a special meaning:

VerbDescription
GETRetrieve resources
POSTCreates resources or execute custom actions
PUTReplace resources
PATCHPartial update of resources
DELETEDelete resources
Next
Integration process