GET
/
named_license_updates
curl --request GET \
  --url https://api.togai.com/named_license_updates \
  --header 'Authorization: Bearer <token>'
{
  "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"
    }
  ]
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object[]
required
nextToken
string