Medipim FR - API V4

Developer documentation

/v4/active-ingredients/query

(Last updated: 03/10/2023)

Request

Method

POST

URL

https://api.medipim.fr/v4/active-ingredients/query

Headers

Body

Filter Description Parameters Examples
{"id": ...} Matches active ingredient by Medipim ID. One or more IDs {"id": 1} or {"id": [1, 2]}
{"search": ...} Matches public category by searching their name. String {"search": {"query": "chloride", "locale": "fr"}}
{"and": [...]} Matches active ingredients that match all of the given filters. A list of filters. {"and": [{"id": 10}, {"search": {"query": "chloride", "locale": "fr"}]}
{"or": [...]} Matches active ingredients that match any of the given filters. A list of filters. {"or": [{"id": 1}, {"search": {"query": "chloride", "locale": "fr"}]}
{"not": ...} Matches active ingredients that do not match the given filter. A filter. {"not": {"id": 1}}

Response

Body

Notice

The meta page section will only be returned if you added a page in the request body.

Examples