cURL
curl --request GET \ --url https://api.camelai.com/api/v1/sources/ \ --header 'Authorization: Bearer <token>'
{ "count": 123, "results": [ { "id": 123, "account_name": "<string>", "type": "SUPABASE", "created_at": "2023-11-07T05:31:56Z", "is_fully_configured": true } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
Return all available data sources for the current user with pagination support.
API key authentication using Bearer scheme
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
255
SUPABASE
POSTGRES
MYSQL
BIGQUERY
DATABRICKS
FILE
MOTHERDUCK
CLICKHOUSE
MONGODB
MIXPANEL
SINGLESTORE
GOOGLE_SHEETS
MSSQL
SNOWFLAKE
MCP
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"
Was this page helpful?