Last updated 2 months ago
This operation retrieves available data sources.
Successful operation
const response = await fetch('https://api.rememberizer.ai/api/v1/integrations/', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": 101, "integration_type": "text", "integration_step": "text", "source": "text", "document_type": "text", "document_stats": { "status": { "indexed": 0, "indexing": 0, "error": 0 }, "total_size": 0, "document_count": 0 }, "consent_time": "2025-01-18T03:56:30.384Z", "memory_config": "text", "token_validity": false } ], "message": "text", "code": "text" }