Jump to Content
Lifen
HomeGuidesAPI ReferenceChangelog
Developer Portal (sandbox)Developer Portal (production)Lifen Platform statusLog InLifen
API Reference
Developer Portal (sandbox)Developer Portal (production)Lifen Platform statusLog In
HomeGuidesAPI ReferenceChangelog
All
Pages
Start typing to search…
These docs are for v2. Click to read the latest docs for v3.

Authentication

  • Application Token (Client Credentials grant)
    • Get an Application Tokenpost
  • Server-side User flow (Authorization Code grant)
    • Authorize Endpointget
    • Exchange code for a Tokenpost
  • Client-side User flow (Authorization Code grant with PKCE)
    • Authorize Endpoint with PKCEget
    • Authorization Code Flow with PKCEpost
  • User Profile
    • Get User Infoget

Patients

  • Search Patientget
  • Patient by idget

Encounters

  • Search Encounterget
  • Encounter by idget

Exchange of documents

  • DocumentReferencepost
  • CommunicationRequestpost
  • Communicationget

Appointment

  • Search Appointmentget
  • Appointment by idget
Powered by 

Authorize Endpoint

get https://login.public.post-prod.lifen.fr/authorize

This is the OAuth 2.0 grant that Web Apps with a backend server utilize in order to access an API on behalf of an authenticated user.

Language
URL
Click Try It! to start a request and see the response here!