Last updated 6 months ago
This operation retrieves available data sources.
GET /api/v1/integrations/ HTTP/1.1 Host: api.rememberizer.ai Accept: */*
Successful operation
{ "data": [ { "id": 101, "integration_type": "text", "integration_step": "text", "source": "text", "document_type": "text", "document_stats": { "status": { "indexed": 1, "indexing": 1, "error": 1 }, "total_size": 1, "document_count": 1 }, "consent_time": "2025-04-24T08:03:20.800Z", "memory_config": "text", "token_validity": true } ], "message": "text", "code": "text" }