Get customer retention activities
Retrieves a paginated, filterable list of customer retention activities for the authenticated shop. A retention activity is recorded whenever a customer goes through the cancellation or pause flow and either accepts a retention offer (discount, pause, frequency change, product swap, etc.) or proceeds to cancel/pause, along with the reason they selected.
What is a Retention Activity? Every time a subscriber interacts with the cancellation/pause save-flow, an activity record is created capturing the contract, the action taken (e.g. offer shown, offer accepted, cancelled, paused), the event source (CANCELLATION or PAUSE), the selected reason, any discount applied, and the resulting status.
Filtering:
contractId- restrict results to a single subscription contracteventSource-CANCELLATIONorPAUSEstatus- status of the retention activity (e.g. PENDING, COMPLETED)retentionAction- the action recorded (e.g. offer type accepted or DECLINED)retentionReason- the cancellation/pause reason the customer selectedfromDay/toDay- ISO-8601 date-time bounds onactivityOn
Pagination:
Standard Spring pagination parameters are supported: page (0-indexed), size, and sort (e.g. sort=id,desc). Pagination metadata (total count, total pages, link headers) is returned in the response headers.
Use Cases:
- Build custom churn/retention dashboards and reports
- Sync retention activity into an external CRM or data warehouse
- Audit which retention offers are converting for a given contract or reason
- Feed win-back campaign automation with recent cancellation reasons
Authentication: Requires a valid API key, passed via the X-API-Key header (preferred) or the api_key query parameter (deprecated).
Headers
Query Parameters
API Key (Deprecated - Use Header X-API-Key instead)
PAUSE, CANCELLATION Pagination parameters (page number and size)
Response
Customer retention activities successfully retrieved