GET
/
damc
/
assets
/
{assetId}
/
viewers
/
verify
curl --request GET \
  --url https://dev-api.rootkey.ai/api-v1/damc/assets/{assetId}/viewers/verify/ \
  --header 'x-api-key: <api-key>'
{
  "chainId": 80002,
  "isViewer": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

assetId
string
required

The asset identifier for listing maintenance

Query Parameters

ownerWallet
string
required

The address of the owner of the asset

viewerAddress
string
required

The address of the viewer to check if it has access to the asset

Response

200
application/json
Confirmation of the permissions of the viewer

An error occurred.

message
string
errorCode
string
docUrl
string
timestamp
string