Participant APIs | REST

Version:
Download Open API Specification

Get listed search result for Pharmacy Locations

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

Retrieve a list of pharmacy locations based on specified search criteria, such as distance, zip code, or pharmacy name.

Request

  • search.maxPharmacies integer <int32>

    The maximum number of pharmacy results to return. This parameter helps limit the response size for efficiency.

  • search.distance integer <int32>

    The search radius in miles from the specified location. This parameter is used to filter pharmacies within a certain distance.

  • search.zipCode string

    The zip code to search for pharmacies. This parameter is essential for locating pharmacies in a specific geographical area.

  • search.pharmacyName string

    The name of the pharmacy to search for. This parameter allows for targeted searches based on pharmacy names.

  • search.latitude number <double>

    The latitude coordinate for the search location. This parameter is used in conjunction with longitude to pinpoint the search area.

  • search.longitude number <double>

    The longitude coordinate for the search location. This parameter is used alongside latitude to define the search area accurately.

Response

  • array <object>
    • Name string
    • Nabp string
    • ChainCode string
    • Address1 string
    • Address2 string
    • City string
    • State string
    • ZipCode string
    • Phone string
    • Latitude number <double>
    • Longitude number <double>
    • Distance number <double>
    • Type string
    • Class string

AI Assistant Preview

Generating response...