Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Johnson & Johnson LifeScan Devices Patients API
description: The Johnson & Johnson LifeScan API provides programmatic access to blood glucose monitoring data and diabetes management tools. LifeScan develops the OneTouch brand of blood glucose meters, and this API enables developers to integrate glucose monitoring data into health applications and wellness platforms for improved diabetes management.
version: '1.0'
servers:
- url: https://api.lifescan.com
tags:
- name: Patients
description: Access patient profile and health information.
paths:
/patients:
get:
operationId: listPatients
summary: List patients
description: Retrieves a list of patients associated with the authenticated healthcare provider or application.
tags:
- Patients
responses:
'200':
description: Success
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer