License API
2min
These endpoints are a set of RESTful APIs exposed for client applications and client SDKs. Can be used to activate/deactivate licenses, check licenses, handle metered usage. etc.
APIs are accessed through SSL and signed with API key + shared key combination.
Base URL: api.licensespring.com
See the following pages for further steps:
To edit license entitlements as well as orders, please refer to the Management API
Encode emails which contain special symbols like '+' when sending them as params in network request.
Example: [email protected] -> test%2Bsymbol%40example.com
When using param or body field product make sure that you are using product code, and not product name
Updated 06 Sep 2023
Did this page help you?