API Integration
API Endpoints and Methods (Batch and Realtime)
The following sections provide an overview of the available API endpoints and how they can be implemented. From authentication to data processing, this guide covers all the necessary steps to integrate the API into your systems.
The multisource•api provides several endpoints, each covering specific functions. All endpoints are accessible via the base URL /api.
Batch vs. Realtime: When to Use Each Method?
Our API offers both batch and realtime processing options. Both approaches are optimized for different use cases and offer maximum flexibility depending on your individual requirements.
Batch is ideal for processing large volumes of data, particularly in cases such as:
Bulk address updates, e.g., for regular data cleansing.
Batch processing to update multiple datasets at once.
Scenarios where response time is not critical, as processing occurs with a slight delay.
Efficient handling of large-scale requests.
Suitable for periodic or scheduled data updates.
Realtime processing is the best choice for smaller, immediate queries, such as:
Single queries, e.g., validating an address during an order process.
Lookups where quick access to current data is required.
Applications requiring immediate feedback, such as caller identification or customer data searches.
Fast response times.
Perfect for applications with high interactivity and direct customer contact.
Last updated