9.30Example APIKit architecture
API spec:
GET /customers/{id}
POST /customers
Mule:
HTTP Listener
↓
APIKit Router
┌────────────┐
↓ ↓
GET flow POST flow
The router validates/routes requests according to the API definition.
Very common Mule pattern.