Accepting License Agreement
This section explains how to accept the license agreement.
Request
POST https://<hostname>/api/v1/licenseAgreement/accept |
Request Headers
The request header must contain an authorization token of the current session.
Request Parameters
The following parameters must be posted as URL.
Parameter | Description |
eulaChecksum | Sets the checksum to accept the license agreement. Can be obtained as described in Getting License Agreement. |
thirdPartyLicenseAgreementChecksum |
Request Body
None.
Request Example
Request: POST https://<hostname>/api/v1/licenseAgreement/accept/eulaChecksum=4ee9bb8a155773b14f00a0ddbbe3a51804c846adb9439d9ba0f40e4ddb2d3427&thirdPartyLicenseAgreementChecksum=74b0ac3bedc20bd421cfb4cc93250154f507bc0481afe12dd21acd7f2c7dbaaa
Request Header: Authorization: Bearer <Access-Token>
|