List Asset Permissions

Authentication

AuthorizationBearer

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

Path Parameters

asset_idstringRequiredformat: "uuid4"

Query Parameters

agent_addressstringOptional
offsetintegerOptionalDefaults to 0
limitintegerOptionalDefaults to 100

Response

Successful Response
itemslist of objects
List of permission entries.
paginationobject
Pagination metadata for the permission list.

Errors