Apps
Rotate Client Secret
Generate a new clientSecret for an existing App.
POST
Generates a new
clientSecret for the App, immediately replacing the existing one.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Optional client-generated string (max 255 chars) to safely retry without issuing a second rotation. Scoped per workspace; valid for 24 hours. On replay with the same key, the original response (including the same rotated
clientSecret) is returned with an Idempotency-Replayed: true header so the caller can persist the secret exactly once.Path parameters
Client identifier of the app whose secret should be rotated.
Request body
None. Send an empty body or omit the body entirely.Response
The newly generated client secret. Use this for Basic Auth (
clientId:clientSecret) when calling the Connect API.
