Walgreens · Example Payload
Walgreens Get Vaccine Timeslots Example
PharmacyHealthcareRetailPrescriptionsVaccinesFortune 100
Walgreens Get Vaccine Timeslots Example is an example object payload from Walgreens, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "POST",
"url": "https://services.walgreens.com/api/vaccine/scheduling/timeslots/v1",
"headers": {
"Content-Type": "application/json"
},
"body": {
"apiKey": "YOUR_API_KEY",
"affId": "YOUR_AFFILIATE_ID",
"state": "IL",
"zipCode": "60601",
"dob": "1990-05-15",
"vaccine": ["207", "150"],
"appointmentAvailability": {
"startDateTime": "2026-05-10"
},
"position": {
"latitude": 41.8827,
"longitude": -87.6233
}
}
},
"response": {
"status": 200,
"body": {
"locations": [
{
"locationId": "store-4152",
"name": "Walgreens",
"storenumber": "4152",
"description": "200 S State St Chicago IL",
"position": {
"latitude": 41.878522,
"longitude": -87.635487
},
"address": {
"line1": "200 S State St",
"city": "Chicago",
"state": "IL",
"country": "USA",
"zip": "60604"
},
"phone": [
{
"type": "STORE",
"number": "312-630-9000"
}
],
"distance": 0.3,
"timeZone": "America/Chicago",
"appointmentAvailability": [
{
"manufacturer": [
{
"productId": "covid-moderna-2026",
"vaccineCode": "207",
"vaccineName": "COVID-19 mRNA Vaccine",
"category": "COVID-19",
"prescriptionRequired": false
}
],
"date": "2026-05-10",
"day": "Sunday",
"slots": ["09:00 am", "09:30 am", "10:00 am", "10:30 am", "02:00 pm", "02:30 pm"],
"numberOfSlotsAvailable": 6
}
]
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/walgreens-get-vaccine-timeslots-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.