Read
Path parameters
Technical identifier of the source type (e.g., ‘github’, ‘stripe’, ‘slack’)
Headers
Response
Human-readable name of the data source connector (e.g., ‘GitHub’, ‘Stripe’, ‘PostgreSQL’).
Timestamp when this source type was registered in the system (ISO 8601 format).
Timestamp when this source type was last updated (ISO 8601 format).
List of supported authentication methods (e.g., ‘direct’, ‘oauth_browser’).
OAuth token type for OAuth sources (e.g., ‘access_only’, ‘with_refresh’).
Python class name that defines the authentication configuration fields required for this source (only for DIRECT auth).
Python class name that defines the source-specific configuration options and parameters.
Whether this source supports cursor-based continuous syncing for incremental data extraction. Sources with this capability can track their sync position and resume from where they left off.