> ## 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 Destination Rotate Reader

> Mint (or rotate) the managed warehouse's read-only analyst credential. The password is
returned ONCE in this response — it is stored encrypted, never displayed again.



## OpenAPI

````yaml /api/openapi.json post /api/destination/rotate-reader
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/destination/rotate-reader:
    post:
      tags:
        - Control Plane
      summary: Api Destination Rotate Reader
      description: >-
        Mint (or rotate) the managed warehouse's read-only analyst credential.
        The password is

        returned ONCE in this response — it is stored encrypted, never displayed
        again.
      operationId: api_destination_rotate_reader_api_destination_rotate_reader_post
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````