Integration Overview
The Integration service is the primary public-facing HTTP service for the tokenization platform. All client integrations talk to it through the API Gateway; the gateway handles authentication routing, while this service owns business logic.
Receive Webhook
Inbound endpoint used by the chain-processing service (and other trusted external producers) to push transaction events into the platform. Protected with HTTP Basic authentication rather than JWT — the gateway does not re-wrap this route.