Subscriptions v2

Enroll current subscriber into cancellation flow experiment

Assigns the authenticated active subscriber to the cancellation flow A/B/C test when they expand Manage Subscription from settings.

post/v2/subscriptions/cancellation-flow-experiment/enroll

Response

experimentKeystring required
variantIdstring nullable required
source'forced' | 'sticky' | 'fresh' | 'default' required
assignedAtstring date-time nullable

Example response

{
  "experimentKey": "subscription_cancellation_flow_v1",
  "variantId": "control_v2"
}

Changes

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