Medipim API V3

Developer documentation

GET /v3/brands/all

Request

Method

GET

URL

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

Response

Body

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

Examples