Last updated 1 month 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": {} }, "consent_time": "2024-11-21T10:18:15.179Z", "memory_config": "text", "token_validity": false } ], "message": "text", "code": "text" }