Skip to main content

Value Owners & Access

Blockvault Value Owners Access (v1.0.0)

Download OpenAPI specification:Download

API Documentation for Blockvault Value Owners Access

Update value owners

Authorizations:
BearerAuth
Request Body schema: application/json
required

Update value owners for one or more scopes at a time

scope_uuids
required
Array of strings <uuid> [ items <uuid > ]

Scope uuids in which the value owner will be changed for

value_owner_address
required
string

An address that controls the value associated with this scope. Standard blockchain accounts and marker accounts are supported for this value. This attribute may only be changed by the entity indicated once it is set.

Responses

Request samples

Content type
application/json
{
  • "scope_uuids": [
    ],
  • "value_owner_address": "tp1tledwnl9zsgcqynmjzmp8f3j25l0rj7hvx4g22"
}

Response samples

Content type
application/json
{
  • "tx_hash": "3ea1b237f303455d1e7c04fc128168cf9a6b903759b8b06bc05315e9333da1ae",
  • "height": 18621389
}

Add data access

Authorizations:
BearerAuth
path Parameters
required
string or string (ScopeId)

Scope identifier

Request Body schema: application/json
required

Add addresses to data access list for scope

data_access
required
Array of strings

Account addresses to be added to the scope

Responses

Request samples

Content type
application/json
{
  • "data_access": [
    ]
}

Response samples

Content type
application/json
{
  • "tx_hash": "3ea1b237f303455d1e7c04fc128168cf9a6b903759b8b06bc05315e9333da1ae",
  • "height": 18621389
}

Remove data access

Authorizations:
BearerAuth
path Parameters
required
string or string (ScopeId)

Scope identifier

Request Body schema: application/json
required

Remove addresses from data access list for scope

data_access
required
Array of strings

Account addresses to be removed from the scope

Responses

Request samples

Content type
application/json
{
  • "data_access": [
    ]
}

Response samples

Content type
application/json
{
  • "tx_hash": "3ea1b237f303455d1e7c04fc128168cf9a6b903759b8b06bc05315e9333da1ae",
  • "height": 18621389
}