Post https://app.moneygraph.ai/api/v1/customer/rotate-mcp-key/{customer}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID or MCP Key of the onboarded customer.
{
"message": "MCP key rotated",
"status": "success",
"data": {
"id": "0040213",
"mcp_key": "chE4rhDOHj54S4nqqPPKtDjDsPkvOB"
}
}