# Get all dashboards shared with the user Retrieves all dashboards that other users have shared with the authenticated user. For extra context visit: Sharing Context Endpoint: GET /v1/shared Version: 0.9.0 Security: bearer ## Response 200 fields (application/json): - `fromId` (string, required) - `fromEmail` (string, required) - `toId` (string, required) - `toEmail` (string, required) - `sharedSince` (string, required) - `created` (string, required) - `lastUpdated` (string, required) - `customName` (string, required) - `iconColor` (string, required) - `customProfilePicture` (string, required) - `groupIds` (array, required) Array of group IDs that the shared user is part of Example: ["a1b2c3d4-e5f6-7890-1234-567890abcdef"] - `lastSyncAt` (string) Last time data was synchronized from the shared user's mobile app Example: "2024-01-01T12:00:00.000Z" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number)