-
Vendor request
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
API Key Identification is the recommended option which is offering secure and controlled communication with the NetLicensing API / services. API key can be obtained via: NetLicensing Management ConsoleOpen "Settings -> API Access" panel in the NetLicensing Management Console and create a new API Key by clicking on "Add API Key" button. API token serviceUse TokenServices.create() endpoint to create a new API Key: Example
|
Beta Was this translation helpful? Give feedback.
-
Access to the REST services with an API key is the same as with Basic authentication, except that username is fixed to the value “apiKey" (without quotation marks) and the actual API key should be provided in the password field. Auth Method: Basic cURL example
|
Beta Was this translation helpful? Give feedback.
API Key Identification is the recommended option which is offering secure and controlled communication with the NetLicensing API / services.
This is especially important if connection details (such as Auth header) are available to the end-customer (think of JavaScript or PHP).
API key can be obtained via:
NetLicensing Management Console
Open "Settings -> API Access" panel in the NetLicensing Management Console and create a new API Key by clicking on "Add API Key" button.
API token service
Use TokenServices.create() endpoint to create a new API Key:
Example