Churnkey website screenshot

Churnkey

Churnkey is retention and growth infrastructure for subscription companies. It provides personalized Cancel Flows that intercept subscription cancellations with pauses, discounts, plan changes and surveys; Failed Payment Recovery (dunning) that recovers involuntary churn; and Reactivation campaigns that win back churned customers. Churnkey embeds via a JavaScript SDK authenticated with a server-computed HMAC authHash, and exposes REST APIs for session/analytics data, event tracking, customer updates, billing-contact management, and GDPR data-subject requests, plus signed webhooks. It integrates with Stripe, Chargebee, Paddle, Braintree, and Maxio.

Churnkey publishes 5 APIs on the APIs.io network, including Billing Contacts API, Customers API, Data Subject Requests API, and 2 more. Tagged areas include Churn Prevention, Retention, Cancellation Flows, Failed Payment Recovery, and Dunning.

Churnkey’s developer surface includes authentication, documentation, pricing, and 9 more developer resources.

43.6/100 developing ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-03 · rubric v0.9
AccessPaidSelf serve
7 APIs
Churn PreventionRetentionCancellation FlowsFailed Payment RecoveryDunningReactivationSubscriptionsSaaS

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 43.6/100 · developing
Contract Quality 15.9 / 25
Developer Ergonomics 3.9 / 20
Commercial Clarity 11.6 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/churnkey: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Churnkey Cancel Flow Embed

Client-side embed surface for personalized Cancel Flows. The JavaScript SDK is initialized with window.churnkey.init(), passing an appId, customerId, subscriptionId, provider, a...

Churnkey Reactivation API

Reactivation (win-back) campaigns that re-engage churned or paused customers with targeted offers. Reactivations are a documented Churnkey product, but a dedicated public REST e...

Churnkey Billing Contacts API

Billing-contact management for Failed Payment Recovery.

Churnkey Customers API

Customer and B2B user attribute updates.

Churnkey Data Subject Requests API

GDPR access and deletion requests (Data API).

Churnkey Events API

Customer event tracking and passive data enrichment.

Churnkey Sessions API

Cancel Flow session data and aggregations (Data API).

Scroll for all 7

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Churnkey API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Churnkey Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Churnkey Authentication

apiKey · 2 schemes

SECURITY

Churnkey Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Churnkey Trust Center

SOC 2, GDPR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Churnkey Agentic Access

9 operations · 7 acting

9 operations · 7 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: churnkey
url: https://raw.githubusercontent.com/api-evangelist/churnkey/refs/heads/main/apis.yml
name: Churnkey
kind: company
description: Churnkey is retention and growth infrastructure for subscription companies. It provides personalized Cancel Flows
  that intercept subscription cancellations with pauses, discounts, plan changes and surveys; Failed Payment Recovery (dunning)
  that recovers involuntary churn; and Reactivation campaigns that win back churned customers. Churnkey embeds via a JavaScript
  SDK authenticated with a server-computed HMAC authHash, and exposes REST APIs for session/analytics data, event tracking,
  customer updates, billing-contact management, and GDPR data-subject requests, plus signed webhooks. It integrates with Stripe,
  Chargebee, Paddle, Braintree, and Maxio.
accessModel:
  pricing: paid
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Paid · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/churnkey.png
tags:
- Churn Prevention
- Retention
- Cancellation Flows
- Failed Payment Recovery
- Dunning
- Reactivation
- Subscriptions
- SaaS
created: '2026-07-10'
modified: '2026-07-10'
specificationVersion: '0.19'
apis:
- aid: churnkey:churnkey-cancel-flow-embed
  name: Churnkey Cancel Flow Embed
  tags:
  - Cancel Flows
  - Embed
  - HMAC Auth
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.churnkey.co/installing-churnkey
  baseURL: https://api.churnkey.co/v1
  properties:
  - url: https://docs.churnkey.co/installing-churnkey
    type: Documentation
  - url: https://docs.churnkey.co/integrations/general/
    type: Documentation
  description: Client-side embed surface for personalized Cancel Flows. The JavaScript SDK is initialized with window.churnkey.init(),
    passing an appId, customerId, subscriptionId, provider, and a server-computed HMAC-SHA256 authHash (the customer ID signed
    with the Cancel Flow API key) so the hosted flow can be trusted. This is a client SDK plus HMAC authorization surface
    rather than a REST resource API.
- aid: churnkey:churnkey-reactivation-api
  name: Churnkey Reactivation API
  tags:
  - Reactivation
  - Win-back
  - Campaigns
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://churnkey.co/feature/reactivations
  baseURL: https://api.churnkey.co/v1
  properties:
  - url: https://churnkey.co/feature/reactivations
    type: Documentation
  description: Reactivation (win-back) campaigns that re-engage churned or paused customers with targeted offers. Reactivations
    are a documented Churnkey product, but a dedicated public REST endpoint set is not published; campaigns are configured
    in the Churnkey dashboard and driven by the same customer/event data surfaced through the Event Tracking and Data APIs.
    Endpoints here are modeled, not confirmed from public reference documentation.
- aid: churnkey:churnkey-billing-contacts-api
  name: Churnkey Billing Contacts API
  description: Billing-contact management for Failed Payment Recovery.
  humanURL: https://docs.churnkey.co/data-api
  baseURL: https://api.churnkey.co/v1/data
  tags:
  - Billing Contacts
  properties:
  - type: OpenAPI
    url: openapi/churnkey-billing-contacts-api-openapi.yml
  - type: Documentation
    url: https://docs.churnkey.co/data-api
  - type: PostmanCollection
    url: collections/churnkey.postman_collection.json
  - type: OpenCollection
    url: collections/churnkey.opencollection.json
  - type: Documentation
    url: https://docs.churnkey.co/data-integrations/event-tracking/
  - type: Documentation
    url: https://docs.churnkey.co/failed-payment-recovery/billing-contact-api/
- aid: churnkey:churnkey-customers-api
  name: Churnkey Customers API
  description: Customer and B2B user attribute updates.
  humanURL: https://docs.churnkey.co/data-api
  baseURL: https://api.churnkey.co/v1/data
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/churnkey-customers-api-openapi.yml
  - type: Documentation
    url: https://docs.churnkey.co/data-api
  - type: PostmanCollection
    url: collections/churnkey.postman_collection.json
  - type: OpenCollection
    url: collections/churnkey.opencollection.json
  - type: Documentation
    url: https://docs.churnkey.co/data-integrations/event-tracking/
  - type: Documentation
    url: https://docs.churnkey.co/failed-payment-recovery/billing-contact-api/
- aid: churnkey:churnkey-data-subject-requests-api
  name: Churnkey Data Subject Requests API
  description: GDPR access and deletion requests (Data API).
  humanURL: https://docs.churnkey.co/data-api
  baseURL: https://api.churnkey.co/v1/data
  tags:
  - Data Subject Requests
  properties:
  - type: OpenAPI
    url: openapi/churnkey-data-subject-requests-api-openapi.yml
  - type: Documentation
    url: https://docs.churnkey.co/data-api
  - type: PostmanCollection
    url: collections/churnkey.postman_collection.json
  - type: OpenCollection
    url: collections/churnkey.opencollection.json
  - type: Documentation
    url: https://docs.churnkey.co/data-integrations/event-tracking/
  - type: Documentation
    url: https://docs.churnkey.co/failed-payment-recovery/billing-contact-api/
- aid: churnkey:churnkey-events-api
  name: Churnkey Events API
  description: Customer event tracking and passive data enrichment.
  humanURL: https://docs.churnkey.co/data-api
  baseURL: https://api.churnkey.co/v1/data
  tags:
  - Events
  properties:
  - type: OpenAPI
    url: openapi/churnkey-events-api-openapi.yml
  - type: Documentation
    url: https://docs.churnkey.co/data-api
  - type: PostmanCollection
    url: collections/churnkey.postman_collection.json
  - type: OpenCollection
    url: collections/churnkey.opencollection.json
  - type: Documentation
    url: https://docs.churnkey.co/data-integrations/event-tracking/
  - type: Documentation
    url: https://docs.churnkey.co/failed-payment-recovery/billing-contact-api/
- aid: churnkey:churnkey-sessions-api
  name: Churnkey Sessions API
  description: Cancel Flow session data and aggregations (Data API).
  humanURL: https://docs.churnkey.co/data-api
  baseURL: https://api.churnkey.co/v1/data
  tags:
  - Sessions
  properties:
  - type: OpenAPI
    url: openapi/churnkey-sessions-api-openapi.yml
  - type: Documentation
    url: https://docs.churnkey.co/data-api
  - type: PostmanCollection
    url: collections/churnkey.postman_collection.json
  - type: OpenCollection
    url: collections/churnkey.opencollection.json
  - type: Documentation
    url: https://docs.churnkey.co/data-integrations/event-tracking/
  - type: Documentation
    url: https://docs.churnkey.co/failed-payment-recovery/billing-contact-api/
common:
- type: AgenticAccess
  url: agentic-access/churnkey-agentic-access.yml
- type: TrustCenter
  url: security/churnkey-trust-center.yml
- type: DomainSecurity
  url: security/churnkey-domain-security.yml
- type: Authentication
  url: authentication/churnkey-authentication.yml
- type: GitHubOrganization
  url: https://github.com/churnkey
- type: LinkedIn
  url: https://www.linkedin.com/company/churnkey
- type: Website
  url: https://churnkey.co
- type: Documentation
  url: https://docs.churnkey.co
- type: Plans
  url: plans/churnkey-plans-pricing.yml
- type: RateLimits
  url: rate-limits/churnkey-rate-limits.yml
- type: FinOps
  url: finops/churnkey-finops.yml
- type: Pricing
  url: https://churnkey.co/pricing
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
Where this information came from

This is an independent, third-party profile of Churnkey, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.