You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To obtain details about a license order for a given Activation Key, use the following request:

GET /license-orders/(activation_key)

where:

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

  • The request headers are used by default.

Example request:

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

Response

The following table lists the Internet status codes that can be returned in a response by a server.

 

Status CodeHeader FieldDescription
200 OKDetails about the licenses order.
403 ForbiddenThe license order has been disabled.
404 Not FoundThe license order was not found.

Example response

 

 

 

 

  • No labels