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

# Account Webhook Secret Rotate

> Mint a new webhook signing secret. The raw value is returned ONCE here and
is never shown again by any read path.



## OpenAPI

````yaml /openapi.yaml post /api/v1/account/webhook/secret/rotate
openapi: 3.1.0
info:
  title: Mahara Platform
  description: >
    AI Sales Training Course Generator, a Coursera-style platform.


    ## Authentication


    Every request must carry your API key as a Bearer token:


    `Authorization: Bearer sk_live_your_key_here`


    ## Getting an API key


    API keys are provisioned by our team. They are not self-service, so there is
    no signup page to apply on. To request access, email **sales@myustadia.com**
    and we will issue a key for your account.
  version: 1.0.0
servers: []
security: []
paths:
  /api/v1/account/webhook/secret/rotate:
    post:
      tags:
        - B2B Courses v2
      summary: Account Webhook Secret Rotate
      description: >-
        Mint a new webhook signing secret. The raw value is returned ONCE here
        and

        is never shown again by any read path.
      operationId: account_webhook_secret_rotate_api_v1_account_webhook_secret_rotate_post
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````