SendlogList

Properties

Name Type Format Required
items array <SendlogSummary> required
total integer required
limit integer required

Example JSON

{
    "items": [
        {
            "id": 0,
            "createdAt": "2026-01-01T00:00:00+00:00",
            "recipient": "string",
            "subject": "string",
            "status": "string",
            "template": "string"
        }
    ],
    "total": 0,
    "limit": 0
}