Skip to main content
GET
/
api
/
v2
/
secret-rotations
/
options
cURL
curl --request GET \
  --url https://us.infisical.com/api/v2/secret-rotations/options
{
  "secretRotationOptions": [
    {
      "template": {
        "createUserStatement": "<string>",
        "rotationStatement": "<string>",
        "secretsMapping": {
          "username": "<string>",
          "password": "<string>"
        }
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://infisical-docs-self-host-infra.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Default Response

secretRotationOptions
object[]
required