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

# Portal Notifications (POST)

> Auto-generated from serverless function portal-notifications.



## OpenAPI

````yaml /openapi.json post /portal-notifications
openapi: 3.0.3
info:
  title: Crovant API
  version: 1.0.0
  description: >-
    Auto-generated from the serverless handlers in `netlify/functions/`.
    Endpoints are served under `/api`; the legacy `/.netlify/functions` prefix
    resolves to the same handlers.
servers:
  - url: https://crovant.com/api
    description: Production
  - url: /api
    description: Relative to the current origin
security: []
paths:
  /portal-notifications:
    post:
      tags:
        - Portal Notifications
      summary: Portal Notifications (POST)
      description: Auto-generated from serverless function portal-notifications.
      operationId: post_portal_notifications
      parameters:
        - name: admin
          in: query
          required: false
          schema:
            type: string
        - name: limit
          in: query
          required: false
          schema:
            type: string
        - name: workspaceId
          in: query
          required: false
          schema:
            type: string
      responses:
        '200':
          description: Success

````