Participant APIs | REST

Selected Version:
Download Open API File

Get List of Drugs

https://api.wealthcare.com/participant/services/vendors/drugs

Retrieve a list of available drugs based on optional search criteria, such as drug name or NDC (National Drug Code).

Request

  • search.name string

    The name of the drug to search for. This parameter allows for filtering the drug list based on the specified drug name.

  • search.ndc string

    The National Drug Code (NDC) for the drug. This parameter can be used to retrieve specific drugs associated with the provided NDC.

Response

  • array <object>
    • Ndc string
    • DrugName string
    • Strength string
    • Mony string
    • Type string
    • PackageSize number <double>
    • ProductName string
    • Gpi string
    • Otc boolean
    • Ingredient boolean
    • EquivalentNdc string
  • array <object>
    • Ndc string
    • DrugName string
    • Strength string
    • Mony string
    • Type string
    • PackageSize number <double>
    • ProductName string
    • Gpi string
    • Otc boolean
    • Ingredient boolean
    • EquivalentNdc string
Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...