SerenAI

Pay Per Call Agentic Commerce

NotificationReadResponse

Properties

PropertyTypeRequiredDescription
notification_id string Yes
read_at string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "notification_id",
    "read_at"
  ],
  "properties": {
    "notification_id": {
      "type": "string",
      "format": "uuid"
    },
    "read_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}