> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omnatic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get v1notifications



## OpenAPI

````yaml api-reference/openapi.json get /v1/notifications/
openapi: 3.0.3
info:
  title: Omnatic API
  description: Omnatic API Documentation
  version: 1.0.0
servers: []
security:
  - apiKey: []
paths:
  /v1/notifications/:
    get:
      responses:
        '200':
          description: Default Response
components:
  securitySchemes:
    apiKey:
      type: apiKey
      name: X-API-KEY
      in: header

````