Participant APIs | REST

Selected Version:
Download Open API File

Get listed search result for Pharmacy Locations

https://beta.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.

  • search.maxPharmacies integer <int32>

    Specifies the maximum number of pharmacy locations to return in the response. This parameter helps limit the results to a manageable size.

  • search.distance integer <int32>

    Defines the search radius in miles from the specified location. This parameter is essential for filtering pharmacies within a certain distance.

  • search.zipCode string

    The zip code used to narrow down the search for pharmacies. This parameter is crucial for ensuring the results are relevant to the user's location.

  • search.pharmacyName string

    The name of the pharmacy to search for. This parameter allows users to find specific pharmacies by name.

  • search.latitude number <double>

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

  • search.longitude number <double>

    The longitude coordinate used to define the center point for the search. This parameter is essential for accurately locating pharmacies based on geographic coordinates.

  • Api-Version string

    The version of this operation to be used by this request. Note: Forgetting to include this header will result in the API using version 0.0.

    Value: 29.0

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
  • 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
https://beta.api.wealthcare.com/participant/services/vendors/pharmacies
Change Stored Access Token
The access token of the currently logged in user will be used to send this request
Specifies the maximum number of pharmacy locations to return in the response. This parameter helps limit the results to a manageable size.
Defines the search radius in miles from the specified location. This parameter is essential for filtering pharmacies within a certain distance.
The zip code used to narrow down the search for pharmacies. This parameter is crucial for ensuring the results are relevant to the user's location.
The name of the pharmacy to search for. This parameter allows users to find specific pharmacies by name.
The latitude coordinate used to define the center point for the search. This parameter is used in conjunction with longitude to pinpoint the search area.
The longitude coordinate used to define the center point for the search. This parameter is essential for accurately locating pharmacies based on geographic coordinates.
The version of this operation to be used by this request. Note: Forgetting to include this header will result in the API using version 0.0.

Response

Response Headers
No response yet.
Response Body
No response yet.

AI Assistant Preview

Generating response...