Activate License
POST /public/v1/license/activate
Activates the Portal setup using a Response Code obtained from Xeotek Link.
Request
Body Parameters
Field
Type
Description
Required
response
string
Response Code from Xeotek Link
Yes
Example Request
Response
Example Successful Response
HTTP Status Code: 200 OK
Example Error Response
HTTP Status Code:
400 Bad Request
— Error activating the license401 Unauthorized
— Invalid API key
Best Practices
Always store the database persistently after activation. The license is tied to the database.
Ensure the Challenge and Response Codes are transferred securely to prevent tampering.
Decommission any previous setup before activating a new environment with the same license to avoid under-licensing.
Last updated
Was this helpful?