Clipora

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

FreeCreatorBusinessAgencyEnterprise

Why people care

Three benefits up front.

01

Scoped API keys with SHA-256 storage

02

HMAC-SHA256 signed webhook bodies

03

Versioned API — v1 stable, never breaking-changed

How it works

From sign-up to live in three steps.

01

Create a key

/studio/developer → API keys. Pick scopes; we issue clp_<random>. Only the prefix is shown again — store the secret immediately.

02

Call the API

Authorization: Bearer clp_…. v1 endpoints: /api/v1/profile, /api/v1/funnels, /api/v1/subscribers (paginated).

03

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.
Engineering lead
Indie SaaS

FAQ

Quick answers.

Try developer api today.

Free forever for the basics. No credit card required.