Feature
Developer API: REST + HMAC webhooks
Scoped clp_* API keys, signed webhook events for every conversion-relevant action. Write integrations against the same surface the Clipora dashboard uses.
Available on
FreeCreatorBusinessAgencyEnterpriseWhy people care
Three benefits up front.
Scoped API keys with SHA-256 storage
HMAC-SHA256 signed webhook bodies
Versioned API — v1 stable, never breaking-changed
How it works
From sign-up to live in three steps.
Create a key
/studio/developer → API keys. Pick scopes; we issue clp_<random>. Only the prefix is shown again — store the secret immediately.
Call the API
Authorization: Bearer clp_…. v1 endpoints: /api/v1/profile, /api/v1/funnels, /api/v1/subscribers (paginated).
Subscribe to webhooks
Pick events, paste a URL. Every body is HMAC-SHA256 signed with X-Clipora-Signature; failure counter increments on non-2xx.
Capabilities
Everything in scope.
The full surface this feature ships with. Anything missing? Email team@clipora.app — we read every message.
- GET /api/v1/profile
- GET /api/v1/funnels
- GET /api/v1/subscribers (paginated)
- Webhook events: subscriber.created, funnel.completed, order.paid, …
Try it
A real request, against the real API.
curl https://clipora.app/api/v1/subscribers \
-H "Authorization: Bearer clp_live_..." \
-G --data-urlencode "page=1" --data-urlencode "limit=100"“Webhooks fire fast and the HMAC story is clean. We wired our internal CRM in a morning.”
FAQ
Quick answers.
Try developer api today.
Free forever for the basics. No credit card required.