Medipim API V3

Developer documentation

GET /v3/active-ingredients/all

Request

Method

GET

URL

https://api.medipim.be/v3/active-ingredients/all

Response

Body

  • meta:
    • total: total number of active ingredients
  • results[]: a list of all active ingredients
    • id: ID of the active ingredient (integer)
    • name.{nl|fr|en}: Name of the active ingredient (string, localized)
    • meta:
      • createdAt: When the active ingredient was created on Medipim (unix timestamp)
      • updatedAt: When the active ingredients was last updated (unix timestamp)

Examples