cURL
curl --request GET \ --url https://api.camelai.com/api/v1/sources/{id}/ \ --header 'Authorization: Bearer <token>'
{ "id": 123, "account_name": "<string>", "type": "SUPABASE", "created_at": "2023-11-07T05:31:56Z", "is_fully_configured": true }
Retrieve details of a specific data source.
JWT or API key authentication using Bearer scheme
Serializer for Connection model.
Was this page helpful?