sources
Get Source
Retrieve detailed information about a specific data source connector.
Returns the complete configuration for a source type, including:
- Authentication fields: Schema for credentials required to connect
- Configuration fields: Schema for optional settings and customization
- Supported auth providers: Pre-configured OAuth providers available for this source
Use this endpoint before creating a source connection to understand what authentication and configuration values are required.
get/sources/{short_name}
Path parameters
short_namestring required
Technical identifier of the source type (e.g., 'github', 'stripe', 'slack')
Example:github
Technical identifier of the source type (e.g., 'github', 'stripe', 'slack')
Response
Successful Response