Overview of the Data Bridge App
The Data Bridge app enables you to connect Scompler to your data warehouse, data lake, or BI tool. Data Bridge lets you create and manage scoped API tokens for the Scompler Public GraphQL API, allowing external systems to securely access only the data they need.
To use Data Bridge, install the app from the Scompler Marketplace. Once installed, you can manage your API access and find the information you need to retrieve Scompler data.
Retrieve Data from Scompler
Use the Scompler Public GraphQL API to retrieve your Scompler data and analyze it in external systems such as data warehouses, data lakes, or BI tools. An API token is required to authenticate your requests to the API. Learn more about API token creation and management.
Explore the Data Schema
The GraphQL API provides a structured schema that defines the data available through the API. Explore the GraphQL API schema to find available types, fields, and relationships.
Use Available Queries
Use GraphQL queries to retrieve the data you need from Scompler. Get an overview of the available operations and queries in the GraphQL API documentation.
Learn more about technical details, examples, and information about authentication in the Developer Portal.