get https://api.unloc.app/integrators/v1/lock-holders//locks//keys/
Returns a list of Keys for a given Lock.
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
, for the Lock Holder owning the Lock.