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

# Api Dashboards Share Email

> Mint a signed link for a dashboard and email it to specific people now (the one-time
"email to people" path, distinct from the scheduled subscription). Same gating as minting
a link — ``run_operations`` — and the same platform emailer the digests use. Recipients
are capped at 10. When the email provider is console/unset (local dev), the send still
"succeeds" into logs and the reported ``provider`` says what actually happened.



## OpenAPI

````yaml /api/openapi.json post /api/dashboards/share/email
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc4
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/dashboards/share/email:
    post:
      tags:
        - Dashboards
      summary: Api Dashboards Share Email
      description: >-
        Mint a signed link for a dashboard and email it to specific people now
        (the one-time

        "email to people" path, distinct from the scheduled subscription). Same
        gating as minting

        a link — ``run_operations`` — and the same platform emailer the digests
        use. Recipients

        are capped at 10. When the email provider is console/unset (local dev),
        the send still

        "succeeds" into logs and the reported ``provider`` says what actually
        happened.
      operationId: api_dashboards_share_email_api_dashboards_share_email_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````