Example notification object
{
  "object": "notification_type",
  "id": 12345,
  "name": "Package delivered",
  "category": "package_delivered",
  "description": "The package was delivered to the recipient",
  "slug": "package_delivered"
}

A notification_type provides details about the category of a notification.

FIELDDESCRIPTION
id
integer
Unique identifier of the notification_type
category
string, see available categories
Category of the notification
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