Toniq API Service

Health and Retail APIs.

Sign in

Azure Cloud Platform

Cloud-based API integration with Toniq systems.

Health APIs

Secure access to clinical data APIs.

Retail APIs

Access product and sales information via Retail APIs.

About the Toniq API Service

The Toniq API Service is a platform that enables controlled, secure access to data held within Toniq's existing systems. 

The Toniq suite of APIs enable users to access data on-demand with live API requests, providing responses in various data formats.

Our APIs

Picture

Product API 

Access product data including stock information live via the Product API

Picture

Orders API

Access order information including products received, invoice details etc. via the Orders API

Picture

Transactions API

Access transactional data from Toniq Retail via the Transactions API

APIs are accessed securely via keys available to authorised users via the API Management Portal.

Requests are managed via the API Management service to provide fast, secure access to Dispensary and Retail data.

Responses are returned in JSON format, with full API specifications available via the API Management Developer portal.

GET /api/products?code=43553254

{
"product_id": "43553254",
"totalQuantity": "4",
"unit_cost": "18.50"
}