List available data source integrations
Last updated
Last updated
GET /api/v1/integrations/ HTTP/1.1
Host: api.rememberizer.ai
Accept: */*
{
"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"
}