List available data source integrations

get

This operation retrieves available data sources.

Responses
200

Successful operation

application/json
get
/integrations/
200

Successful operation

Example Requests

curl -X GET \
  https://api.rememberizer.ai/api/v1/integrations/ \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"

Replace YOUR_JWT_TOKEN with your actual JWT token.

Response Format

This endpoint retrieves a list of all available data source integrations for the current user. The response includes detailed information about each integration, including the integration type, status, and document statistics.

Last updated