Guides

IMG Comparator API

IMG comparator API is the core of all IMG system. IMG comparator API provides you with

  1. Health Insurance Policies Comparison
  2. Price API
  3. Corporate API
  4. Services (Hospital and Ancillary) API
  5. Funds API
  6. Benefit Calculator API

How to connect to IMG API?

You can authenticate to IMG API using API key which can be send on each request via API-KEY header. Each of IMG customer will be given an API associating with their corporate which is initially setup on IMG comparator backend system by IMG engineers.

IMG operates 3 environments, development, staging and production.

However, IMG customer are only given access to staging and production environment only. Please note that different environment requires different API key.

Example - Calling service API from staging environment.

curl --request GET \
  --url https://api-staging.itsmy.com.au/product/services \
  --header 'API-KEY: <your-staging-api-key-here>' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json'