Medipim API V3

Developer documentation

GET /v3/organizations/all

Request

Method

GET

URL

https://api.medipim.be/v3/organizations/all

Response

Body

  • meta:
    • total: total number of organizations
  • results[]: a list of all organizations
    • id: ID of the organization (integer)
    • name.{nl|fr|en}: Name of the organization (string, localized)
    • type: type of the organization (supplier or marketing)
    • brands[]: A collection of brand IDs associated with this organization. | GET /v3/brands/all response
    • meta:
      • createdAt: when the organization information was created on Medipim (unix timestamp)
      • updatedAt: when the organization information was last updated (unix timestamp)

Examples