Walgreens · API Governance Rules
Walgreens API Rules
Spectral linting rules defining API design standards and conventions for Walgreens.
10 Rules
error 4
warn 6
Rule Categories
walgreens
Rules
error
walgreens-api-key-required
All Walgreens API requests must include apiKey in the request body
$.paths[*][post,patch,put].requestBody.content.application/json.schema.required
error
walgreens-affiliate-id-required
All Walgreens API requests must include affId in the request body
$.paths[*][post,patch,put].requestBody.content.application/json.schema.required
warn
walgreens-base-url-consistency
All Walgreens API servers must use services.walgreens.com for production
$.servers[*].url
error
walgreens-operation-ids
All Walgreens API operations must have operationId
$.paths[*][get,post,put,patch,delete]
warn
walgreens-operation-summaries
All Walgreens API operations must have a summary
$.paths[*][get,post,put,patch,delete]
warn
walgreens-request-content-type
POST and PATCH operations must specify application/json content type
$.paths[*][post,patch].requestBody.content
warn
walgreens-versioned-paths
API paths should include a version segment
$.paths
error
walgreens-https-only
All Walgreens API server URLs must use HTTPS
$.servers[*].url
warn
walgreens-error-responses
All Walgreens API operations should document error responses
$.paths[*][post,patch,put,get].responses
warn
walgreens-response-schema
Successful responses should have a schema defined
$.paths[*][get,post,put,patch].responses[200,201].content.application/json
Spectral Ruleset
Work with this as data
Every ruleset 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 spectral rules
4 MCP tools reach this
find_rulesBrowse and filter every ruleset 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 ruleset
curl "https://apis.io/api/v1/rules/walgreens-rules"
All spectral rules
curl "https://apis.io/api/v1/rules?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.