Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Walgreens Stores API

Store search and details operations

Walgreens Stores API is one of 7 APIs that Walgreens publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Stores. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 2 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 2 base URLs: https://services.walgreens.com, https://services-qa.walgreens.com.

3 operations 3 paths 11 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://services.walgreens.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Walgreens Stores API declares 1 security scheme for authenticating requests. An API key is passed in the query as apiKey (apiKey). By default, every request must be authenticated.

  • apiKey — API key obtained from Walgreens Developer Portal

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Stores 3

Store search and details operations

POST
/api/stores/search/v2
Search Stores
searchStores body → 200400403500
POST
/api/stores/details/v1
Get Store Details
getStoreDetails body → 200400403500
POST
/api/util/storenumber/v1
List All Store Numbers
listStoreNumbers body → 200400403500

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are StoreDetails (13 properties), StoreSearchRequest (13 properties), StoreInfo (13 properties), StoreSearchResult (11 properties). Each schema is shown below with its type and property counts.

StoreDetails
object
13 properties
DepartmentHours
object
4 properties
StoreSearchResponse
object
2 properties
StoreSearchResult
object
11 properties
StoreDetailsRequest
object
5 properties 3 required
StorePhone
object
4 properties
StoreInfo
object
13 properties
StoreAddress
object
7 properties
StoreSearchRequest
object
13 properties 6 required
StoreNumberListResponse
object
3 properties
StoreNumberListRequest
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

walgreens-stores-api-openapi.yml Raw ↑

Other APIs Walgreens publishes across the network.

Walgreens Photo Prints API
Walgreens Appointments API
Walgreens Eligibility API
Walgreens Patients API
Walgreens Refills API
Walgreens Transfers API