-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Fetch Anonymous Project API
🚀 Feature Request
Describe the feature
An endpoint that retrieves all projects associated with an anonymousUserId.
🎯 Motivation
Frontend should be able to load user-specific projects even before authentication.
🧩 Solution or Approach
- Accept anonymous ID as param/query/header
- Return list of all associated projects
✅ Acceptance Criteria
- Auth not required to call this API
- Projects returned match anonymous ID
- Endpoint paginated if needed
📎 Additional Context
Used in project dashboard for anonymous users.
🔀 Related Branch
feat/anon-project-fetch
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request