Retrieve a subscription log

Retrieve a subscription log.

GET/v3/licenses/subscription-logs/{id}
JWT
license:read

Parameters

NameTypeInDescription
id*stringpath

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "licenseId": "string",
  "event": "string",
  "changes": [
    {
      "propertyName": "string",
      "oldValue": null,
      "newValue": null
    }
  ]
}