Admin Users
Toggle FunnelFox subscription auto-renewal
Enable or disable auto-renewal for the latest FunnelFox subscription of this user.
post/admin/users/{id}/funnelfox/autorenew
Path parameters
idstring required
Example:user-uuid-here
User ID
Request body
Response
FunnelFox subscription auto-renewal updated
Example response
{
"userId": "user-uuid-here",
"subscriptionId": "subscription-uuid-here",
"providerSubscriptionId": "sub_123",
"productId": "com.app.product.premium",
"startedAt": "2024-01-01T00:00:00.000Z",
"expiresAt": "2024-02-01T00:00:00.000Z",
"autoRenewal": true,
"isActive": true,
"subscriptionSource": "stripe",
"subscriptionStatus": "active",
"funnelFoxUserId": "firebase-uid",
"funnelFoxSubscriptionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.