Skip to content

Data Source Providers API Endpoints

About Data Source Providers

Data Source Provider - A data source provider is the container object from which a data source is built. The data source provider describes the functionality of the data source, the method for fetching data, and exposes any configuration options to the data source.

Property Value
Can Create No
Can Delete No

Key Features

  • Container for data source definitions
  • Belongs to an Application with DataSourceApplicationCapabilityClass capability
  • Multiple Data Sources can be created from a single provider
  • Describes functionality, fetch methods, and configuration options
  • Enables dynamic content from external systems

Use Cases

  • eCommerce product data
  • Vehicle inventory
  • Real estate properties
  • Social media feeds
  • RSS feeds
  • Weather data

Endpoints

Method Endpoint Description
GET /api/v3/data-source-providers/{lcuid} GET data-source-providers/{id}
GET /api/v3/data-source-providers/{lcuid}/feed-param-fields GET data-source-providers/{id}/feed-param-fields
GET /api/v3/data-source-providers/{lcuid}/field-map GET data-source-providers/{id}/field-map

← Back to Main Index