Example payload
{
"object": "notification_type",
"id": 734685,
"name": "Package delivered",
"category": "package_delivered",
"description": "The package was delivered to the recipient",
"slug": "package_delivered"
}
Attributes
| FIELD | DESCRIPTION |
|---|---|
| category string | Category of the notification. See available categories |
| name string | Human-readable name of the notification type. Don't rely on this field to uniquely identify a type of notification, prefer using the slug attribute |
| description string | Description of the notification type |
| slug string | Slug of the notification type |
| created_at datetime | Time at which the notification was created |
