Versions Compared

Key

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

The following page lists the HTTP operations that need to be performed to successfully query an LAC license. The client can successfully use the methods described below if the server is configured to support a given combination of methods.

Each web service that a client wishes to interact with has two parts: request parameters and the response, as described below.

To obtain a license for a given activation key filtered by its state, use the following request:

Panel

GET /licenses/(activation_key)?state=(states) 

where:

  • The activation_key (string) is your product activation key.
    your license order activation key

and

  • The state (string) indicates a required, comma-separated value. The state can be one of the following: success, failed, in_progress.

    Note: The order of the states is irrelevant and does not influence the results of the request.

...