cURL
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" } ] }
This API let’s you to fetch a list of named licenses updates with multiple query parameters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success response
Named License updates paginated response