---
title: "Enroll current subscriber into the cancel CTA experiment"
method: POST
path: "/v2/subscriptions/cancel-cta-experiment/enroll"
tags: ["Subscriptions v2"]
---

# Enroll current subscriber into the cancel CTA experiment

`POST /v2/subscriptions/cancel-cta-experiment/enroll`

Assigns the authenticated active subscriber to the "cancel autorenew button vs contact support" A/B test — from the Manage Subscription section, or when they try to remove the last saved card (`trigger`). Excluded countries (US, GB) always get the cancel variant and are never enrolled.

## Request body

- EnrollCancelCtaExperimentDto
  - `trigger` 'settings_subscription_manage_show' | 'settings_payment_methods_remove_last_card' — Which entry point asks for the assignment — the Manage Subscription section, or removing the last saved card. Recorded on the assignment context.

## Response `200`

- CancelCtaExperimentAssignmentDto
  - `experimentKey` string, required
  - `variantId` string, nullable, required
  - `source` 'forced' | 'sticky' | 'fresh' | 'default', required
  - `assignedAt` string, date-time, nullable

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
