inbox
Get inboxes with read status
Get all active inbox messages with read status for a specific user
get/inbox/with-read-status/{userId}
Path parameters
userIdstring required
Example:user123
User ID (memberID)
Response
Inboxes with read status retrieved successfully
Example response
[
{
"inbox_id": 1,
"title": "Welcome Message",
"description": "Welcome to our platform",
"image_banner": "https://...",
"deep_link_url": "app://notifications",
"priority": "high",
"published_date": "2025-11-01T10:00:00Z",
"is_active": true,
"languageType": "EN",
"read_at": "2025-11-01T10:00:00Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.