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

Health Fund Provider

URL https://<server domain name>/api/core/<version>/HealthFundProviderList/
Methods Supported GET
Description Retrieves a list of health fund providers in the organisation

 

Required parameters None

 

Optional parameters Type Description
pageNumber int Used for paging the list of health providers – identify what page to get (default = 1)
pageSize int Used for paging the list of health providers – identify the number of results per page (default = 50)

 

Example request URL: https://sandbox.coreplus.com.au/API/Core/v2/HealthFundProviderList/
Example response
{
   "healthFundProviders":[
      {
         "healthFundProviderId":"ac4b49b0-fa1e-4b46-bcf8-71459cf7dd9f",
         "healthFundCode":"ACA",
         "healthFundName":"ACA Health Benefits Fund"
      },
      {
         "healthFundProviderId":"285b3ad2-28a9-4366-af89-5ecf2be6f7f6",
         "healthFundCode":"AHM",
         "healthFundName":"Australian Health Management Group"
      },
      {
         "healthFundProviderId":"f6ee2cea-f6ce-4834-9da6-9ce028815943",
         "healthFundCode":"AUF",
         "healthFundName":"Australian Unity Health Ltd"
      }
   ],
   "paging":{
      "totalRows":3,
      "pageNumber":1,
      "pageSize":50
   },
   "statusMessages":[]
}

Develop with us

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


Please leave this field empty.