Introduction
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 and orders, use the Management API: Management API
Encode emails which contain special symbols like '+' when sending them as parameters
Example: [email protected] -> test%2Bsymbol%40example.com
When using param or body field product make sure that you are using the product code, and not the product name.
Last updated
Was this helpful?