Appearance
Private SDK API
Private SDK routes support server-side operations used by a published funnel. Authenticate with the project SDK secret key and never expose it in browser or mobile application code.
http
X-SDK-Secret-Key: <project-sdk-secret-key>Subscription Actions
| Method | Path | Purpose |
|---|---|---|
POST | /sdk/private/subscriptions/:subscriptionId/cancel | Cancel a subscription. |
POST | /sdk/private/subscriptions/:subscriptionId/renew | Renew/reactivate a subscription. |
sh
curl -X POST "https://sdk-api.funnelsgrove.com/sdk/private/subscriptions/<subscription-id>/cancel" \
-H "X-SDK-Secret-Key: <project-sdk-secret-key>"Backend user reads and transaction search belong to the Integration API. The legacy POST /sdk/private/transactions/search route remains as a compatibility alias of POST /integration/v1/transactions/search.