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, 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.

API entry from apis.yml

apis.yml Raw ↑
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.