API Reference

Management API

These endpoints are for operator and internal tooling flows: slug policy templates, generated API keys, webhook endpoint configuration, and delivery controls.

Looking for license lifecycle routes? See License API.

Use these endpoints from internal tooling or your frontend backend to manage slug policy templates, provisioning API keys, and webhook endpoint configuration. Management routes require the management bootstrap key configured via MANAGEMENT_API_KEYS or MANAGEMENT_API_KEY.

GET/management/slugs

List configured slug policy templates used during license generation.

  • Requires management API key auth.
  • Returns slug records including expiration policy and default slug flag.
  • Slug policies affect newly generated licenses and are snapshotted at issuance time.

Open full endpoint page

bash
curl -sS http://localhost:8080/management/slugs \
  -H "Authorization: Bearer management_key_dev_123456"