Skip to main content
curl "https://api.usenaive.ai/v1/users/USER_ID/connections?search=gmail" \
  -H "Authorization: Bearer $NAIVE_API_KEY"
Query params: search, cursor, limit (max 50), connected=true|false. Returns { toolkits, nextCursor }. Use default as the user id for the api key’s default user.