Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This page refers to End-user REST API version 2 only. See End-user REST API for links to other versions of the End-user REST API.


To see details about errors that may have occurred in theproces  process of activating a license for a given, unique combination of an activation key and a HostID, use the following request:

...

Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 403 Forbidden
Content-Type: application/hal+json
 
{
	"code": 1703,
    "message": "License order has been disabled."
}
Code Block
languagejs
firstline1
linenumberstrue
HTTP/1.1 404 Not Found
Content-Type: application/hal+json
 
{
 	"code": 1713, 
    "message": "License has no errors."
}

...