NotificationApiModel
idstringrequired
typestringrequired
Possible values: [TEAM_INVITATION_ACCEPTED, TEAM_MEMBERSHIP_CANCELED, TEAM_WALLET_BALANCE_LOW, TEAM_WALLET_BALANCE_EXHAUSTED, TEAM_WALLET_BALANCE_CREDITED, TEAM_SERVICES_PAUSED, TEAM_SERVICES_RESUMED, ADMIN_ANNOUNCEMENT]
messagestringrequired
is_readbooleanrequired
created_datestring<date-time>
NotificationApiModel
{
"id": "string",
"type": "TEAM_INVITATION_ACCEPTED",
"message": "string",
"is_read": true,
"created_date": "2024-07-29T15:51:28.071Z"
}