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

inbox_idnumber required

Inbox ID

titlestring required

Inbox title

descriptionstring required

Inbox description

image_bannerstring required

Banner image URL

deep_link_urlstring required

Deep link URL

prioritystring required

Priority

published_datestring date-time required

Published date

is_activeboolean required

Is active

languageTypestring required

Language type

is_readboolean required

Is read by user

read_atstring date-time

Read timestamp

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.