Read an Order By Order ID

GET {{baseUrl}}/orders/v1/licensereports/verifylicense/:orderId

Retrieve the order summary by it's unique order ID.

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6","orderDateTime":"1997-01-01T16:42:08.479Z","orderStatus":"FULFILLED","controlNumber":"07DLI4","orderCompletedDateTime":"1960-12-09T01:30:16.795Z","errorMessage":"","links":[{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""},{"rel":"","href":"relative/path-to-resource/${id}","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","type":""}]}