Versions Compared

Key

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

To retrieve a license order information for with a given activation key, use the following request:

Panel

GET /license-orders/activation_key

where:

Request parameters

This request retrieves the license order(s) with the specified activation key, of type string.

...

This request uses a default header . See the table below for more information about header types.of one of the types listed under "Response," below. 

Example request

Code Block
languagejs
GET /rest/v1/license-orders/25N8D-NC35D-WD01P-8JI4K HTTP/1.1
Host: license.x-formation.com
Accept: application/hal+json

...

The LAC REST API returns the standard HTTP response codes described in the following table.ADD LINKS

Status CodeHeadersDescription
200 OKLicense order details.
403 ForbiddenLicense order is disabled.
404 Not FoundLicense order not found.

...