API OVERVIEW
PATIENTS
FULLSCRIPT CATALOG
EVENTS AND WEBHOOKS
FULFILLMENT
Retrieve past webhook events related to your application.
This endpoint is restricted
This endpoint is not available for general use. Access is highly restricted, and most requests will not be granted. If you believe your case is critical, you may submit a request for consideration. We will only respond if your request is relevant.Lists fulfillment line-item events from the last 30 days for the authenticated clinic and integration.
Used for audit or reprocessing.
fulfillment.items.cancelled — line items on a fulfillment order were cancelled.fulfillment.items.refunded — line items on a fulfillment order were refunded.event_typestring
Filter events by event_type (for example, fulfillment.items.refunded).
created_atstring
Filter by created_at date. The date must be formatted as yyyy-mm-dd.
created_at date is less than. <yyyy-mm-dd.created_at date is greater than. >yyyy-mm-dd.created_at date is within a range. yyyy-mm-dd..yyyy-mm-dd.curl "https://api-us-snd.fullscript.io/api/events/fulfillment_items" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'This endpoint is restricted
This endpoint is not available for general use. Access is highly restricted, and most requests will not be granted. If you believe your case is critical, you may submit a request for consideration. We will only respond if your request is relevant.Lists fulfillment order events from the last 30 days for the authenticated clinic and integration.
fulfillment.order.created — a wholesale fulfillment order was placed and completed.fulfillment.order.cancelled — a wholesale fulfillment order was cancelled.event_typestring
Filter events by event_type (for example, fulfillment.order.created).
created_atstring
Filter by created_at date. The date must be formatted as yyyy-mm-dd.
created_at date is less than. <yyyy-mm-dd.created_at date is greater than. >yyyy-mm-dd.created_at date is within a range. yyyy-mm-dd..yyyy-mm-dd.curl "https://api-us-snd.fullscript.io/api/events/fulfillment_orders" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'This endpoint is restricted
This endpoint is not available for general use. Access is highly restricted, and most requests will not be granted. If you believe your case is critical, you may submit a request for consideration. We will only respond if your request is relevant.Lists fulfillment shipment events from the last 30 days for the authenticated clinic and integration.
Used for audit or reprocessing.
fulfillment.shipment.shipped — a shipment was shipped.fulfillment.shipment.delivered — a shipment was delivered.event_typestring
Filter events by event_type (for example, fulfillment.shipment.shipped).
created_atstring
Filter by created_at date. The date must be formatted as yyyy-mm-dd.
created_at date is less than. <yyyy-mm-dd.created_at date is greater than. >yyyy-mm-dd.created_at date is within a range. yyyy-mm-dd..yyyy-mm-dd.curl "https://api-us-snd.fullscript.io/api/events/fulfillment_shipments" \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'