Medipim FR - API V4

Developer documentation

POST /v4/organizations/create

(Last updated: 24/01/2025)

Access to this feature is restricted and depends on your subscription type.

This endpoint allows for creating an organization.

Request

Method

POST

URL

https://api.medipim.fr/v4/organizations/create

Headers

Body

  • settings:
    • isPublic: Flag to determine if the organization can be publicly seen in Medipim (boolean, optional; default is true)
  • profile:
    • name: Name of the organization (string, required)
    • address: Street address of the organization (string, optional)
    • zipCode: Zip code of the city (string, optional)
    • city: Name of the city (string, optional)
    • country: ISO2 code of the country where the organization is located (string, optional)
    • phone: Telephone number (string, optional)
    • url: Url of organization website (string, optional)
    • type: Type of organization ( "supplier", "marketing", "medical_professional", "other" , optional)
    • vatNr: VAT number (string, optional)
    • finessNr: Finess number (string, optional)
    • cipNr: CIP-GERS number (string, optional)

Response

Body