🤕 clumsy.dev 🚀

API Shield (Schema Validation)

api shieldapi

only endpoints specified in the openapi definition are allowed.

click stuff:

curl stuff:

this request should go through:

curl -s https://petapi.clumsy.dev/v1/pet/1

this request should be blocked by Cloudflare API Shield:

curl -X POST https://petapi.clumsy.dev/v1/pet/findByStatus