OpenText Cybersecurity Notifications API

The Notifications API from OpenText Cybersecurity — 3 operation(s) for notifications.

Operations 3

GET /api/v3/notifications/unread Get a list of unread notifications #
GET /api/v3/notifications/read Get a list of read notifications #
POST /api/v3/notifications/markasread Marks the notification(s) as read #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/opentext-cybersecurity-notifications-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

opentext-cybersecurity-notifications-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: v3
  title: Fortify on Demand Web API Explorer Notifications API
servers:
- url: https://api.ams.fortify.com
tags:
- name: Notifications
paths:
  /api/v3/notifications/unread:
    get:
      tags:
      - Notifications
      summary: Get a list of unread notifications
      description: 'Allowed Scopes: api-tenant, manage-notifications'
      operationId: NotificationsV3_GetUnreadNotifications
      parameters:
      - name: filters
        in: query
        description: 'A delimited list of field filters.

          <br /><br />Field name and value should be separated by a colon (:).

          <br /><br />Multiple fields should be separated by a plus (+). Multiple fields are treated as an AND condition. Example, fieldname1:value+fieldname2:value

          <br /><br />Multiple values for a field should be separated by a pipe (|). Mulitple values for a field are treated as an OR condition. Example, fieldname1:value1|value2'
        required: false
        schema:
          type: string
      - name: orderBy
        in: query
        description: The field name to order the results by.
        required: false
        schema:
          type: string
      - name: orderByDirection
        in: query
        description: The direction to order the results by. ASC and DESC are valid values.
        required: false
        schema:
          type: string
      - name: fields
        in: query
        description: Comma separated list of fields to return.
        required: false
        schema:
          type: string
      - name: offset
        in: query
        description: Offset of the starting record. 0 indicates the first record.
        required: false
        schema:
          type: integer
          format: int32
      - name: limit
        in: query
        description: Maximum records to return. The maximum value allowed is 50.
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
        '400':
          description: BadRequest
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '401':
          description: Unauthorized
        '429':
          description: TooManyRequests
        '500':
          description: InternalServerError
  /api/v3/notifications/read:
    get:
      tags:
      - Notifications
      summary: Get a list of read notifications
      description: 'Allowed Scopes: api-tenant, manage-notifications'
      operationId: NotificationsV3_GetReadNotifications
      parameters:
      - name: filters
        in: query
        description: 'A delimited list of field filters.

          <br /><br />Field name and value should be separated by a colon (:).

          <br /><br />Multiple fields should be separated by a plus (+). Multiple fields are treated as an AND condition. Example, fieldname1:value+fieldname2:value

          <br /><br />Multiple values for a field should be separated by a pipe (|). Mulitple values for a field are treated as an OR condition. Example, fieldname1:value1|value2'
        required: false
        schema:
          type: string
      - name: orderBy
        in: query
        description: The field name to order the results by.
        required: false
        schema:
          type: string
      - name: orderByDirection
        in: query
        description: The direction to order the results by. ASC and DESC are valid values.
        required: false
        schema:
          type: string
      - name: fields
        in: query
        description: Comma separated list of fields to return.
        required: false
        schema:
          type: string
      - name: offset
        in: query
        description: Offset of the starting record. 0 indicates the first record.
        required: false
        schema:
          type: integer
          format: int32
      - name: limit
        in: query
        description: Maximum records to return. The maximum value allowed is 50.
        required: false
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/NotificationListResponse'
        '400':
          description: BadRequest
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            text/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            application/xml:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
            text/xml:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
        '401':
          description: Unauthorized
        '429':
          description: TooManyRequests
        '500':
          description: InternalServerError
  /api/v3/notifications/markasread:
    post:
      tags:
      - Notifications
      summary: Marks the notification(s) as read
      description: 'Allowed Scopes: api-tenant, manage-notifications'
      operationId: NotificationsV3_MarkNotificaitonsAsRead
      responses:
        '204':
          description: NoContent
        '401':
          description: Unauthorized
        '429':
          description: TooManyRequests
        '500':
          description: InternalServerError
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
          text/json:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
          application/xml:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
          text/xml:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
          application/x-www-form-urlencoded:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/MarkNotificaitonsAsReadRequest'
        description: MarkNotificaitonsAsReadRequest model
        required: true
components:
  schemas:
    ErrorResponse:
      description: Error Response
      type: object
      properties:
        errors:
          description: List of errors
          type: array
          items:
            $ref: '#/components/schemas/Error'
    MarkNotificaitonsAsReadRequest:
      required:
      - messageIds
      type: object
      properties:
        messageIds:
          description: The list of message ids to mark as read
          type: array
          items:
            format: int32
            type: integer
    Error:
      description: Error
      type: object
      properties:
        errorCode:
          format: int32
          description: The error code
          type: integer
        message:
          description: The error message
          type: string
    Notification:
      description: Notification
      type: object
      properties:
        messageId:
          format: int32
          description: The message id
          type: integer
        subject:
          description: The subject
          type: string
        message:
          description: The message
          type: string
        triggerType:
          description: The NotificationTriggerType. Values can be obtained by calling GET /api/v3/lookup-items?type=NotificationTriggerTypes
          type: string
        triggerTypeId:
          format: int32
          description: The NotificationTriggerType id. Values can be obtained by calling GET /api/v3/lookup-items?type=NotificationTriggerTypes
          type: integer
        createdDate:
          format: date-time
          description: The created date
          type: string
        read:
          description: Indicates if the message has been marked read
          type: boolean
    NotificationListResponse:
      description: Generic List Response
      type: object
      properties:
        items:
          description: The list of items
          type: array
          items:
            $ref: '#/components/schemas/Notification'
        totalCount:
          format: int32
          description: Total count of items
          type: integer
        offset:
          format: int32
          description: Offset of the starting record. 0 indicates the first record.
          type: integer
        limit:
          format: int32
          description: Maximum records to return.
          type: integer