API

API Overview

The License Server for WooCommerce plugin has a built in REST API that can be used to manage licenses and...

Connect

POST /wp-json/slswc/v1/connect Connect a user’s account to the License Server API.  If using the client, this will allow the user’s...

Product

GET /wp-json/slswc/v1/product Get a single software product. This will return the publicly available information about the product/software. Parameter Datatype Example...

Products

GET /wp-json/slswc/v1/products Get a list of software products. Depending on the arguments provided, this will return publicly available information or...

Activate a license key.

Activate a license key via the API. To activate a license via the API You should post to the api...

Deactivate a license

Deactivate License Deactivate a license key through the API. POST /wp-json/slswc/v1/deactivate Parameter Datatype Example Description license_key String required Ss23dhsjhdjshjhfddfr The...

Add Domain

POST /wp-json/slswc/v1/add_domain Add a domain to a license. This will add the domain to the list of activated domains for...

Remove Domain

POST /wp-json/slswc/v1/remove_domain Remove a domain from a license. This will remove the domain from the list of activated domains for...

Check Update

Check Update GET /wp-json/slswc/v1/check_update Check if there is an update available for a software product. Parameter Datatype Example Description Parameter...
Scroll to Top