Web API

Talking to Web API
Web API can be thought of as a channel that can be used to talk to CheckEntitlement Platform from your application and third party services. It contains a wide range of methods, which allow you to activate keys, create new ones, analyse usage data, and so much more.
CheckEntitlement Client APIs
This is a set of client libraries that you can add into your project to faciliate license key verification. You can find out more here.
Direct Communication
If you are targeting a language for which there is no client library, you can still take advantage of the functionality of CheckEntitlement’s Web API. For example, in order to retrieve key information in JSON, you can call
/api/key/GetKey?token={accesstoken}&ProductId=1234&Key=MUYVD-LSEBY-CXHRQ-XFAGY&Sign=True
You can find more here.
Next steps
You’ve now learned about the basic concepts of CheckEntitlement Here’s what’s next: