Custom Drug 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).
Integration Notes
- Scope Requirement: Your API token must include the
read:custom_drugscope. - Organization admin/owner required: The acting user (the token’s
user_id) must be an organization owner or admin. A token that carries the correct scope but whose user is a non-admin (e.g. a prescriber) is rejected with401 Unauthorized. This restriction applies only to the organization-level (bulk) endpoints; the user-level custom-drug endpoints have no such requirement. - 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

