Integration Guide

Platform Integration

Learn how to connect your systems to the Sans Mercantile platform, configure API credentials, and handle secure data flows.

Integration fundamentals

Our platform supports both direct API integration and SDK-enabled connectivity. Choose the approach that best fits your architecture.

API connection

Authenticate with your API key and use the endpoint for the system you want to integrate.

POST https://api.sansmercantile.com/v1/market/insight Authorization: Bearer YOUR_API_KEY

System orchestration

Link your internal business logic to our orchestration layer for monitoring, alerts, and workflow automation.

Security and data handling

Keep credentials secret, use TLS for all traffic, and log activity for audit readiness.

Developer experience

  • Start with the SDK for quick proof-of-concept work.
  • Move to direct API calls for production workflows.
  • Use webhooks for event-driven updates and realtime alerts.