GETTING STARTED

Get started with Fullscript APIs

introduction

What is Fullscript?

Integration options

Sign up for API key

HOW TO GUIDES

How-to guides

oAuth

OAuth overview

using OAuth

Setup

Request an auth code

Request an access token

Refresh an access token

Revoke an access token

webhooks

Patient emancipated

The patient.emancipated webhook is triggered when a dependent patient completes the emancipation process.

Details

Scopes needed:patients:read
Event payload:a subset of the patients object

Event payload

"event_payload": { "event": { "id": "x5xxxxx8-92x7-4xxx-9x0x-345x404x94x1", "type": "patient.emancipated", "created_at": "2025-04-16T04:00:00.000Z", "clinic_id": "xx7x357x-9x36-xxxx-x553-7x3xx398xxx", "data": { "patient": { "id": "x1x0196x-5615-4874-xxe4-48x459180x09", "first_name": "Example", "last_name": "Patient", "email": "patient@example.com", "date_of_birth": null, "gender": "female", "discount": 0, "total_discount": 0, "mobile_number": null, "text_message_notification": true, "is_dependent": false, "guardian_patient_id": null } } } }
Patient updatedProduct created

ON THIS PAGE

Details

RELATED TOPICS