Walgreens · Example Payload
Walgreens Check Vaccine Eligibility Example
PharmacyHealthcareRetailPrescriptionsVaccinesFortune 100
Walgreens Check Vaccine Eligibility 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/eligibility/v1",
"headers": {
"Content-Type": "application/json"
},
"body": {
"apiKey": "YOUR_API_KEY",
"affId": "YOUR_AFFILIATE_ID",
"state": "IL",
"dob": "1990-05-15"
}
},
"response": {
"status": 200,
"body": {
"state": "IL",
"age": 35,
"dob": "05/15/1990",
"eligibleVaccineList": [
{
"vaccineCode": "207",
"displayName": "COVID-19 Vaccine",
"eligible": true,
"vaccineType": "COVID",
"vaccineDisplayOrder": 1,
"multiDose": false,
"seriesNumber": "1",
"group": "COVID-19",
"serviceId": "covid19-moderna",
"restrictions": [],
"warnings": []
},
{
"vaccineCode": "150",
"displayName": "Influenza Vaccine",
"eligible": true,
"vaccineType": "FLU",
"vaccineDisplayOrder": 2,
"multiDose": false,
"seriesNumber": "1",
"group": "Seasonal",
"serviceId": "flu-standard",
"restrictions": [],
"warnings": []
},
{
"vaccineCode": "93",
"displayName": "RSV Vaccine",
"eligible": true,
"vaccineType": "RSV",
"vaccineDisplayOrder": 3,
"multiDose": false,
"seriesNumber": "1",
"group": "Respiratory",
"serviceId": "rsv-adult",
"restrictions": [
{
"code": "AGE_MIN",
"message": "Recommended for adults 60 and older, or at risk adults 18-59",
"vaccineCode": "93",
"minimumAge": 18,
"maximumAge": 120
}
],
"warnings": []
}
],
"inEligibleVaccineList": []
}
}
}
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-check-vaccine-eligibility-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.