coreplus API

The coreplus API provides access to appointment booking related end points, such as clients, practitioners, availability slots and appointments. It is a RESTful API, which utilises the HTTP verbs for creating viewing objects.

If you are a developer looking to create an external consumer server to server application for your coreplus clients, then by signing up for a sandbox account you will get access to your own trial coreplus account on our sandbox server with authorisation credentials.

If you have any questions regarding the API documentation, please do not hesitate to contact us at integrations@coreplus.com.au

Get A Clinic

URL https://<server domain name>/api/core/<version>/Clinic/<clinicId>
Description Get details of the Clinic using ClinicId
Permissions Access to this function requires advanced permissions for the calling application\user

 

Example request URL: https://sandbox.coreplus.com.au/API/Core/v2/Clinic/21e1b5a2-7e8e-4a01-9ad6-26248dbc0ec0
Example response
{
   "id":"21e1b5a2-7e8e-4a01-9ad6-26248dbc0ec0",
   "name":"wasky Clinic",
   "street":"21 wasky avenue",
   "suburb":"South Melbourne",
   "postCode":"3001",
   "state":"VIC",
   "phone":"0300000000",
   "fax":"0300000000",
   "email":"contact@apiexplorerclinic.com.au",
   "contactName":"Michael Munro",
   "active":true,
   "createdAt":"2019-06-11T14:51:36.01",
   "updatedAt":"2019-06-11T15:11:06.893"
}

 

Develop with us

Use the form to sign-up and start developing with coreplus today.


Please leave this field empty.