How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MedAdvisor Pharmacy Unified API v2.0

MedAdvisor Pharmacy Unified API v2.0 from MedAdvisor — 44 path(s) described in OpenAPI.

MedAdvisor Pharmacy Unified API v2.0 is one of 8 APIs that MedAdvisor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 46 operations across 44 paths, organized into 4 resource areas, and defines 69 schemas. It is described by OpenAPI 2.0, at version v2.

Requests are made against the base URL https://pharmacy-unified.api.medadvisor.com.au.

46 operations 44 paths 69 schemas 6 DELETE22 GET18 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v2
Base URL
https://pharmacy-unified.api.medadvisor.com.au
Authentication
API Key
Resource Areas
4

Authentication & Security 1

MedAdvisor Pharmacy Unified API v2.0 declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer).

  • Bearer — JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Paths & Operations 46

Across 44 paths, the API surfaces 46 operations — 6 DELETE, 22 GET, 18 POST. They span 4 resource areas: Booking, CalendarSetting, Clinic, Pharmacist. Each is listed below with its method, path, parameters, and response codes.

Booking 27
GET
/api/v2/booking/eventresource
Retrieve Event Resources
Booking_RetrieveEventResources → 200
GET
/api/v2/booking/retrieveservice
Calendar setting: Retrieves all service by pharmacy to show on list
Booking_RetrieveAllServices → 200
GET
/api/v2/booking/detail/{bookingId}
Retrieve Booking detail
Booking_RetrieveBooking 1 param → 200
GET
/api/v2/booking/services/available
Retrieve Available Services
Booking_RetrieveAvailableServices → 200
GET
/api/v2/booking/eventresource/{resourceId}
Retrieve Event Resource detail
Booking_RetrieveEventResource 1 param → 200
GET
/api/v2/booking/RetrievePublicBookingLinks
Booking_RetrievePublicBookingLinks → 200
GET
/api/v2/booking/retrieverunsheet
Retrieve Run Sheet Result
Booking_RetrieveRunSheet 1 param → 200
GET
/api/v2/booking/validateCalendarToken
Booking_ValidateCalendarToken 1 param → 200
GET
/api/v2/booking/services/availableresource/{capabilityId}
Retrieve Available Services Resource For Capability
Booking_RetrieveAvailableResourceForCapability 2 params → 200
GET
/api/v2/booking/availabletimeslotnewbooking
Retrieves the available time slot new booking.
Booking_RetrieveAvailableTimeSlotNewBooking 4 params → 200
GET
/api/v2/booking/retrieveavailabletimeslots
Retrieve available times slots
Booking_RetrieveAvailableTimeslots 4 params → 200
GET
/api/v2/booking/retrieveeventbookings
Retrieves the event bookings.
Booking_RetrieveEventBookings 4 params → 200
POST
/api/v2/booking/count
Get number of bookings
Booking_CountNumberOfBooking 1 param → 200
POST
/api/v2/booking/walkinqr
Returns the pharmacy-level walk-in QR token, creating it if it does not exist.
Booking_GetOrCreateWalkInQrToken → 200
POST
/api/v2/booking/bulkcancel
Bulk cancel booking
Booking_BulkCancelBooking 1 param → 200
POST
/api/v2/booking/customrunsheet
Custom Run Sheet Result
Booking_CustomRunSheet 1 param → 200
POST
/api/v2/booking/sendprescreener
Sends a prescreener email for a walk-in booking.
Booking_SendPrescreener 1 param → 200
POST
/api/v2/booking/print/{bookingCode}
Booking_Print 1 param → 200
POST
/api/v2/booking/eventresource/update
Updates the event resource.
Booking_UpdateEventResource 1 param → 200
POST
/api/v2/booking/createorupdateservice
Calendar setting: Create or update service
Booking_CreateOrUpdateService 1 param → 200
POST
/api/v2/booking/CompleteCalendarWizard
Complete Calendar wizard
Booking_CompleteCalendarWizard 1 param → 200
POST
/api/v2/booking/eventresource/create/{name}
Creates the event resource
Booking_CreateEventResource 1 param → 200
POST
/api/v2/booking/searchprescreenformforbooking
Booking_SearchPrescreenFormForBooking 1 param → 200
POST
/api/v2/booking/savebooking
Create new booking
Booking_SaveBooking 3 params → 200
DELETE
/api/v2/booking/delete/{bookingId}
Delete booking by pharmacy id
Booking_DeleteBooking 1 param → 200
DELETE
/api/v2/booking/services/delete/{serviceId}
Deletes the event service.
Booking_DeleteEventService 1 param → 200
DELETE
/api/v2/booking/eventresource/{resourceId}/delete
Deletes the event resource.
Booking_DeleteEventResource 1 param → 200
CalendarSetting 6
GET
/api/v2/calendarsetting/eventpreference
CalendarSetting_GetEventPreferences → 200
GET
/api/v2/calendarsetting/retrieveclosedperiod
Retrieve closed periods by pharmacy id
CalendarSetting_RetrieveClosedPeriod → 200
GET
/api/v2/calendarsetting/retrievepublicholidays/{year}
Retrieve public holiday by pharmacy id
CalendarSetting_RetrievePublicHolidays 1 param → 200
POST
/api/v2/calendarsetting/eventpreference/update
CalendarSetting_UpdateEventPreferences 1 param → 200
POST
/api/v2/calendarsetting/createorupdate/closedperiod
Create or update list of Closed Period by pharmacy id.
CalendarSetting_CreateOrUpdateClosedPeriod 1 param → 200
POST
/api/v2/calendarsetting/createorupdate/publicholidays
Create or update list of public holidays by pharmacy id.
CalendarSetting_CreateOrUpdatePublicHolidays 1 param → 200
Clinic 10
GET
/api/v2/clinic/{clinicId}
Retrieve clinic detail
Clinic_RetrieveClinicDetail 1 param → 200
DELETE
/api/v2/clinic/{clinicId}
Deletes a clinic associated with the specified clinic identifier.
Clinic_RemoveClinic 1 param → 200
GET
/api/v2/clinic/{clinicId}/retrieveBookingUrl
RetrieveBookingUrl
Clinic_RetrieveBookingUrl 1 param → 200
GET
/api/v2/clinic/{clinicId}/bookings
Retrieve clinic bookings
Clinic_RetrieveClinicBookings 2 params → 200
POST
/api/v2/clinic/{clinicId}/bookings
Add clinic booking
Clinic_AddClinicBooking 2 params → 200
GET
/api/v2/clinic/generateclinicreport
Generate clinic report in csv
Clinic_GenerateClinicReportAsync 1 param → 200
GET
/api/v2/clinic/{clinicId}/retrieveavailabletimeslots
Retrieve clinic available times slots
Clinic_RetrieveAvailableTimeslots 2 params → 200
GET
/api/v2/clinic/retrieveclinics
Retrieves clinic.
Clinic_RetrieveClinics 4 params → 200
POST
/api/v2/clinic/createorupdate
Create or update the clinic.
Clinic_CreateOrUpdateClinic 1 param → 200
DELETE
/api/v2/clinic/booking/{clinicId}/{eventBookingId}
Deletes a clinic booking associated with the specified pharmacy, clinic, and event booking identifiers.
Clinic_RemoveClinicBooking 2 params → 200
Pharmacist 3
GET
/api/v2/pharmacist/retrievebypharmacy
Retrieve list pharmacist by pharmacy id
Pharmacist_RetrievePharmacist → 200
POST
/api/v2/pharmacist/createorupdate
Create or update pharmacist
Pharmacist_CreateOrUpdatePharmacist 1 param → 200
DELETE
/api/v2/pharmacist/delete/{pharmacistId}
Delete pharmacist
Pharmacist_DeletePharmacist 1 param → 200

Schemas 69

The contract defines 69 schemas that model the data the API accepts and returns. The most detailed are MedAdvisor.Framework.Interface.Store (108 properties), MedAdvisor.Framework.Interface.EventBookingWrapper (72 properties), MedAdvisor.Framework.Interface.ModuleActivation (59 properties), MedAdvisor.Framework.Interface.BookingAvailability (32 properties). Each schema is shown below with its type and property counts.

MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.EventResourceResult, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.EventResourceResult
object
11 properties
MedAdvisor.Framework.Interface.EventResourceWrapper
object
11 properties
MedAdvisor.Framework.Interface.Store
object
108 properties
MedAdvisor.Framework.Interface.EventRecurrence
object
15 properties
MedAdvisor.Framework.Interface.EventBookingWrapper
object
72 properties
MedAdvisor.Framework.Interface.BookingAvailability
object
32 properties
MedAdvisor.Framework.Finance.PharmacyTier
object
5 properties
MedAdvisor.Framework.Interface.OperatingHour
object
5 properties
MedAdvisor.Framework.Interface.Location
object
19 properties
MedAdvisor.Framework.Interface.HealthNotesPharmacyDetail
object
13 properties
MedAdvisor.Framework.Interface.Owner
object
16 properties
MedAdvisor.Framework.Interface.ModuleActivation
object
59 properties
MedAdvisor.Framework.Interface.ElectronicPrescribingSettings
object
2 properties
MedAdvisor.Framework.Interface.PharmacyExternalSystem
object
8 properties
MedAdvisor.Framework.Interface.PharmacyLoyaltyProvider
object
3 properties
MedAdvisor.Framework.Interface.Subscription
object
9 properties
MedAdvisor.Framework.Interface.GPPractice
object
31 properties
MedAdvisor.Framework.Interface.GPPractitioner
object
26 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Collections.Generic.List`1[[MedAdvisor.Framework.Interface.v2.PharmacyCapabilityModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.PharmacyCapabilityModel
object
20 properties
MedAdvisor.Framework.Interface.v2.EventResourceModel
object
7 properties
MedAdvisor.Framework.Interface.v2.BookablePharmacistModel
object
18 properties
MedAdvisor.Framework.Interface.v2.PharmacistWorkingHourModel
object
5 properties
MedAdvisor.Framework.Interface.v2.TimePeriodModel
object
2 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.EventBookingModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.EventBookingModel
object
7 properties
MedAdvisor.Framework.Interface.v2.EventAvailabilityModel
object
4 properties
MedAdvisor.Framework.Interface.v2.ClinicModel
object
20 properties
MedAdvisor.Framework.Interface.v2.PharmacistInfoModel
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.BookingAvailabilityResult, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.BookingAvailabilityResult
object
8 properties
MedAdvisor.Framework.Interface.BookingTokenKey
object
5 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.PublicBookingLinksResult, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.PublicBookingLinksResult
object
2 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.RunSheetModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.RunSheetModel
object
15 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.EventBookingResult, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.EventBookingResult
object
9 properties
MedAdvisor.Framework.Interface.EventAvailability
object
4 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Object[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.BulkBookingSearchRequest
object
6 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.CustomRunSheetRequest
object
8 properties
MedAdvisor.Framework.Interface.v2.SendPrescreenerRequest
object
4 properties
MedAdvisor.PharmacyUnifiedAPI.v1.Models.PrescreenFormModel
object
22 properties
MedAdvisor.Framework.Interface.v2.CalendarWizardModel
object
7 properties
MedAdvisor.Framework.Interface.v2.PrescreenFormSearchModel
object
5 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.PrescreenFormSearchResult, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.PrescreenFormSearchResult
object
6 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.String[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.EventPreferenceUpdateModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.EventPreferenceUpdateModel
object
12 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClosedPeriodModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ClosedPeriodModel
object
5 properties
MedAdvisor.Framework.Interface.v2.PublicHolidayModel
object
4 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClinicModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Collections.Generic.List`1[[MedAdvisor.Framework.Interface.v2.ClinicBookingModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ClinicBookingModel
object
31 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClinicReportModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]], MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClinicReportModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ClinicReportModel
object
2 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClinicAvailableTimeModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ClinicAvailableTimeModel
object
2 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[System.Collections.Generic.List`1[[MedAdvisor.Framework.Interface.v2.ClinicModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ApiResponseModel`1[[MedAdvisor.Framework.Interface.v2.ClinicSaveModel, MedAdvisor.Framework, Version=5.85.0.0, Culture=neutral, PublicKeyToken=c5a42efe99ff1eb2]]
object
3 properties
MedAdvisor.Framework.Interface.v2.ClinicSaveModel
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

medadvisor-pharmacy-unified-v2-openapi.json Raw ↑

Other APIs MedAdvisor publishes across the network.

Pharmacy Unified API - 3rd-Party Integration
Pharmacy Unified API - Booking Service
Pharmacy Unified API - Refill Order
Pharmacy Unified API - Inbox
Pharmacy Unified API - Communication
Pharmacy Unified API - Head Office
Pharmacy Unified API - Pharmacy
Where this information came from

This is an independent, third-party profile of MedAdvisor Pharmacy Unified API v2.0, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.