Basic Concepts

If you are new to LicenseSpring, or to software licensing in general, you might find it helpful to review the following concepts so that you can get up and running as quickly as possible.

Product

A Defined Product within the LicenseSpring Platform

This is what you wish to add software licensing to. A product can be a web app, a desktop application, a plugin, a device/hardware or a microservice for example. A product can have many possible attributes, but here are a few that you should be aware of:

Product Name

This is what you call your app. It can be anything, and is not particularly consequential for configuring your LicenseSpring account. The Product name can be edited at any time by a user of the vendor platform.

Product Code

The product code is important as it is a required field for most of the License API calls.

circle-exclamation

Product Authorization

LicenseSpring supports key-based or user-based authorization:

  • Key-based licenses use a license key to authorize a license with the License API. It is mostly used for Node-Locking licenses to a machine or device.

  • User-based licenses require that an email is assigned to a license. The user's email and password (or Single Sign On) is used as part of the Authorization Process.

Licenses

An example license detail page

Licenses serve as a record of entitlements granted for a given product. These license entitlements can be issued, modified, transferred, revoked, and contain many configuration options. Here are a few of the main options to be aware of.

License Types

There are 4 elementary types of licenses which can be issued using LicenseSpring:

  • Perpetual: These licenses do not have expiry dates.

  • Time-Limited: These licenses have a fixed end date. This end date can affect the license status.

  • Subscription: The license status is determined by an external source of truth (like a recurring billing system such as Stripe). Subscriptions also have subscription periods recorded.

  • Consumption: Allows for usage metering, such as counting the times a license application is run, or number of API requests.

License Max Activations

Max activations is a field determining how many unique devices can be bound to a license.

License Total Activations

Total activations is also a field that belongs to a license, and counts how many distinct devices have been bound to a given license.

circle-info

Total activations will always be less than or equal to max activations.

License Status

This is the state of a given license. There are many different states covered in different section in these docs. The main ones to be aware of:

  • Inactive: The License has not been bound to any device but can currently be used. Specifically, the total activations field is 0.

  • Active: The License has been bound to at least 1 device, and can currently be used (is not disabled or expired).

  • Expired: For licenses that can expire (eg: time limited licenses).

  • Disabled: The Software vendor can set a license as disabled, which overrides other statuses. A Subscription license is disabled when the subscription is no longer active.

Activation

The License Activation is the act of binding a license to a device, also known as node-locking. License Activation requires:

  • HardwareID

  • The license authorization method (either a license key, or user identification like email / password or Single Sign On)

  • The product code

Hardware ID

This is a unique identifier of a device that activated a license, and is sent on almost all requests to the license API.

LicenseSpring's RESTful APIs

There are two primary RESTful APIs maintained to interface between LicenseSpring and your product and technology:

chevron-rightLicense APIhashtag

The License API is what your client-facing application will use to connect to LicenseSpring's cloud. It allows for a limited set of operations such as license checks, activations, or to count consumptions. It uses a signing and verifying key in order to communicate with the server securely.

chevron-rightManagement APIhashtag

The Management API is intended for all of your back office operations, such as creating new licenses, exporting license usage to a BI tool, or integrating with your internal ERP, CRM, or Recurring billing for instance. It is not intended to be customer facing.

LicenseSpring's SDKs

We have developed and maintain several wrappers to the APIs to make it easier to add LicenseSpring to your software, as well as to make it easier to use. For example the SDKs will automatically compute the hardwareID, enable local license checks, prevent clock tampering, or cache consumptions, to name a few of the additional features that the SDKs provide.

Events & Webhooks

Events API

At a Glance The Events API provides real-time notifications of important actions and changes within the LicenseSpring system, such as new customer creation, license activations, or license expirations. These events form the foundation for building automations, integrations, and custom workflows.

Technical Overview

  • Events are generated automatically whenever key actions occur (e.g., customer creation, order updates, license lifecycle changes).

  • These events are dispatched in real time and can be consumed directly by your applications.

  • Events power downstream services such as webhooks, enabling external systems to respond promptly.

  • Common use cases include integrating with CRMs, automating internal operations, or triggering user engagement flows.

Webhooks

At a Glance Webhooks provide a simple way for LicenseSpring to notify your systems about events as they happen. Instead of polling APIs, your application receives HTTPS requests containing event details in JSON format, making it easier to stay in sync with license activity.

Technical Overview

  • You configure a webhook endpoint (listener URL) within your LicenseSpring account.

  • You select which events you want to subscribe to (e.g., license created, license expired, customer added).

  • When those events occur, LicenseSpring automatically sends an HTTPS POST request with a JSON payload to your endpoint.

  • Your system can then parse and act on the event—such as updating records, sending alerts, or triggering workflows.

circle-info

To set up and configure webhooks, click the link for detailed instructions: Webhooks

Integrations

LicenseSpring connects seamlessly with leading platforms to streamline licensing operations and boost efficiency.

  • Salesforce: Manage customer relationships and licensing data in one place while gaining actionable insights.

  • FastSpring: Automate license provisioning, order processing, and subscription management for smoother operations.

  • Stripe: Simplify payment handling, subscription billing, and secure financial transactions.

  • Shopify: Easily manage licenses within your online store, making product monetization simple.

Why Choose LicenseSpring Integrations?

  • Ease of Use: Simple setup for quick adoption.

  • Efficiency: Reduce manual work and improve productivity.

  • Scalability: Works for both startups and large enterprises.

  • Reliability: Secure, well-maintained integrations you can trust.

circle-info

Find an up-to-date list of native integrations supported by LicenseSpring, along with detailed setup instructions, here: Integrations

Last updated

Was this helpful?