# getCancellationManagement Endpoint: GET /memberships/cp/api/cancellation-managements/{id} Version: 0.0.1 ## Path parameters: - `id` (integer, required) ## Response 200 fields (*/*): - `id` (integer) - `shop` (string, required) - `cancellationType` (string) Enum: "CANCEL_IMMEDIATELY", "CANCELLATION_INSTRUCTIONS", "CUSTOMER_RETENTION_FLOW" - `cancellationInstructionsText` (string) - `cancellationReasonsJSON` (string) - `cancellationRetentionMessage` (string) - `pauseDurationCycle` (integer) - `dynamicallyPauseCycleOnCancellation` (boolean) - `discountRecurringCycleLimit` (integer)