Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@metriport/api-sdk

Package Overview
Dependencies
Maintainers
10
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metriport/api-sdk

Metriport helps you access and manage health and medical data, through a single open source API.

latest
Source
npmnpm
Version
18.8.1
Version published
Weekly downloads
12K
-18.89%
Maintainers
10
Weekly downloads
 
Created
Source

Metriport API SDK Package

A package to get started using Metriport - universal and open-source API for healthcare data. It’s currently only available for Node-based applications.

Usage

Check out the documentation at https://docs.metriport.com

Installation

npm install --save @metriport/api-sdk

Setup

Medical API

To use the Medical API, create a new instance of the MetriportMedicalApi class:

import { MetriportMedicalApi } from "@metriport/api-sdk";

const metriportClient = new MetriportMedicalApi("YOUR_API_KEY");

To connect to the sandbox:

new MetriportMedicalApi("YOUR_API_KEY", { sandbox: true });
            ,▄,
          ▄▓███▌
      ▄▀╙   ▀▓▀    ²▄
    ▄└               ╙▌
  ,▀                   ╨▄
  ▌                     ║
                         ▌
                         ▌
,▓██▄                 ╔███▄
╙███▌                 ▀███▀
    ▀▄
      ▀╗▄         ,▄
         '╙▀▀▀▀▀╙''


      by Metriport Inc.

FAQs

Package last updated on 27 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts