Licensing Operations

Activation, validation, offline token behavior, and admin workflows.

Plugin Endpoints

Admin Endpoints

Token Binding

Signed license responses are bound to:

Offline Policy

Server issues short-lived signed tokens (default 24 hours). Plugin runs offline while token is valid and refreshes online when available.

Client Key Files

Commercial Licensing (Mock Stripe Setup)

Annual license price: EUR 100.00 / year

This is a placeholder billing setup only. Do not use this key in production checkout flows.

Provisioning Example

curl -X POST "https://plugin.stoneycnc.co.uk/api/license/create" \
  -H "Content-Type: application/json" \
  -H "X-Admin-Token: <ADMIN_TOKEN>" \
  -d "{\"licenseKey\":\"CLIENT-001-ABC\",\"customerName\":\"Client 001\",\"expiresAtUtc\":\"2027-12-31T00:00:00Z\"}"