API Documentation
/Introduction
Introduction
The License Bridge API is using OAuth 2.0 protocol. Our API support license and product resources.
To communicate with the API service, the license secrets are required. On purchase, every user receives:
- License key
- OAuth client id
- OAuth client secret
The client id
and client secret
are required to get a Bearer access token
via /oauth/token
route. For all other product
and license
API requests in the header, Bearer access token
and license key
need to be sent.
💡
For WordPress plugins and themes, we recommend our official SDK library. The SDK supports license management, plugin/themes auto-updates and auto-installation on purchase out of the box.