v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Notifications

List all Notifications Events

Returns a list of your notifications events.

get/notification_events

Query parameters

page[number]integer
page[size]integer

Response

Returns a list of notification events available.

Example response

{
  "data": [
    {
      "id": "d5c395cd-9864-4609-b5e2-3f9fd4ce201a",
      "name": "Emergency Number Dialed",
      "notification_category": "Calls",
      "enabled": true,
      "created_at": "2019-10-15T10:07:15.527Z",
      "updated_at": "2019-10-15T10:07:15.527Z"
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 55,
    "page_number": 2,
    "page_size": 25
  }
}