Admin MCP — Support

Toggle FunnelFox subscription auto-renewal

FunnelFox-only by construction. For anything provider-agnostic use POST /admin/mcp/billing/users/:userId/autorenew, which dispatches on the user's actual provider. Kept because the support dashboard still drives FunnelFox subscriptions through this route.

post/admin/mcp/support/users/{id}/autorenew

Path parameters

idstring required
Example:user-uuid-here

Headers

x-mcp-api-keystring required

Dedicated MCP automation key (env MCP_API_KEY)

Request body

enableboolean required

Enable or disable auto-renewal (true = enable, false = disable)

Changes

No recorded changes to this endpoint across all 1 revision of this API.