Meet CybrIQ at InfoComm 2026 · Booth C5052 · June 13–19 · Las Vegas · Pre-book a working session →
API Documentation · SendNotification

SendNotification

Notification dispatch endpoints. 2 endpoints.

POST /prime/webui/sendNotification

Post notifications

Post notifications. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/sendNotification' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
             "tags": [
                "SendNotification"
             ],
             "summary": "Post notifications",
             "requestBody": {
                "content": {
                  "application/json -patch+json": {
                     "schema": {
                       "type": "object",
                       "additionalProperties": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/RiskIndicationDto"
                          }
                       },
                       "nullable": true
                     }
                  },
                  "application/json": {
                     "schema": {
                       "type": "object",
                       "additionalProperties": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/RiskIndicationDto"
                          }
                       },
                       "nullable": true
                     }
                  },
                  "text/json": {
                     "schema": {
                       "type": "object",
                       "additionalProperties": {
                          "type": "array",
                          "items": {
                            "$ref": "#/components/schemas/RiskIndicationDto"
                          }
                       },
                       "nullable": true
                     }
                  },
                  "application/*+json": {
                     "schema": {
                       "type": "object",
                       "additionalProperties": {
                          "type": "array",



                                                                               204

                            "items": {
                              "$ref": "#/components/schemas/RiskIndicationDto"
                            }
                          },
                          "nullable": true
                      }
                  }
                 }
              },
              "responses": {
                 "200": {
                   "description": "Success"
                 }
              }
          }
POST /prime/webui/sendNotification/SystemHealth

Post systemhealth notifications

Post systemhealth notifications. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/sendNotification/SystemHealth' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/RiskIndicationDto"}'
OpenAPI spec
"post": {
            "tags": [
               "SendNotification"
            ],
            "summary": "Post systemhealth notifications",
            "requestBody": {
               "content": {
                 "application/json -patch+json": {
                    "schema": {
                      "$ref": "#/components/schemas/RiskIndicationDto"
                    }
                 },
                 "application/json": {
                    "schema": {
                      "$ref": "#/components/schemas/RiskIndicationDto"
                    }
                 },
                 "text/json": {
                    "schema": {
                      "$ref": "#/components/schemas/RiskIndicationDto"
                    }
                 },
                 "application/*+json": {
                    "schema": {
                      "$ref": "#/components/schemas/RiskIndicationDto"
                    }
                 }
               }
            },
            "responses": {
               "200": {
                 "description": "Success"
               }
            }
          }
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052