get https://api.unloc.app/integrators/v1/lock-holders//key-events/
Returns a list of Key events registered on Locks belonging to the specified Lock Holder. Only events from the last 30 days are returned.
This includes events generated by Keys created by any integrator with access to the Lock.
Use the limit
parameter to specify how many items should be included in the response. If not defined, limit
is set to the maximum supported value of the API: 2500.
The query parameters limit
and startAfterId
can be used in conjunction to implement a pagination system.
Requires the scope lockHolder.admin
.