Licenses
Get a list of named licenses updates
This API let’s you to fetch a list of named licenses updates with multiple query parameters
get/named_license_updates
Response
Success response
Example response
{
"data": [
{
"id": "named_license_entry.20rvWRx.0ZwPG",
"licenseId": "addon.fdjsl.313",
"accountId": "123",
"name": "user1",
"effectiveFrom": "2021-03-04T14:25:10Z",
"effectiveUntil": "2021-03-04T14:25:10Z",
"createdAt": "2021-03-04T14:25:10Z",
"updatedAt": "2021-03-04T14:25:10Z"
}
],
"nextToken": "eyJsYXN0SXRlbUlkIjogInN0cmluZyIsICJwYWdlU2l6ZSI6IDEyMywgInNvcnRPcmRlciI6ICJhc2MifQ=="
}