get https://api.unloc.app/integrators/v1/lock-holders//keys/
Returns all the Keys for Locks that are part of this Lock Holder.
Use the limit
parameter to specify how many items you want to receive. If not specified, limit
is set to the maximum supported value of the API: 2500.
You can use the limit
and startAfterId
query parameters together in order to implement a pagination system.
Requires the scope lockHolder.admin
.