Sources

API endpoints for discovering available data source connectors and their configuration requirements

List

get
/sources

List all available data source connectors.

Returns the complete catalog of source types that Graffo can connect to.

Authorizations
x-api-keystringRequired

Organization API key for authentication

Header parameters
X-Organization-IDany ofOptional
stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
get
/sources

Get

get
/sources/{short_name}

Get detailed information about a specific data source connector.

Authorizations
x-api-keystringRequired

Organization API key for authentication

Path parameters
short_namestringRequired

Technical identifier of the source type (e.g., 'github', 'stripe', 'slack')

Header parameters
X-Organization-IDany ofOptional
stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
get
/sources/{short_name}

Last updated