Authorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Request Body
application/json
id?string
mcpServerId?string
Rotate MCP Server Client secret, using a valid management key.
curl -X POST "https://api.descope.com/v1/mgmt/mcp/server/client/secret/rotate" \ -H "Content-Type: application/json" \ -d '{}'{ "cleartext": "string"}export interface Response {cleartext?: string} Was this helpful?