Custom Drug Management Endpoints
Read custom drugs bulk
Retrieves the organization-level custom drug catalog (shared org drugs only).
GET
cURL
Retrieves the organization-level custom drug catalog (shared org drugs only).Documentation Index
Fetch the complete documentation index at: https://docs.parchmenthealth.io/llms.txt
Use this file to discover all available pages before exploring further.
Integration Notes
- Scope Requirement: Your API token must include the
read:custom_drugscope. - Scope of data: Returns only organization-level drugs (
ORGANIZATION#{organization_id}). To get a specific prescriber’s combined list (org + their personal drugs), use the user-level list endpoint. - Prefill: Use each drug’s
custom_drug_idto prefill the prescription form. - Optional fields: Fields that are not set on a drug are omitted from the response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Organization secret for authentication - provided by Parchment
Path Parameters
Organization ID
cURL

