BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
375 / 1048 · Module 9 — API-Led Architecture← prev⊞ allnext →

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.