#139: Update content
Change request updated 11 months ago
Last updated 11 months ago
This operation retrieves available data sources.
GET /api/v1/integrations/ HTTP/1.1 Host: api.rememberizer.ai Accept: */*
Successful operation
{ "data": [ { "id": 1, "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 } } ], "message": "text", "code": "text" }