Assign VASP to vault
Sets the VASP Did for a specific vault. Pass empty string to remove existing one.
POST
TypeScript
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
The ID of the vault account
Body
application/json
VASP DID
Example:
"did:ethr:0x5dddec8dd669c49304ddbcba36ccc6e0798534dc"
Response
OK
VASP DID
Example:
"did:ethr:0x5dddec8dd669c49304ddbcba36ccc6e0798534dc"
Previous
Create Trust Network Proof of AddressCreates a cryptographic proof of address ownership for TRUST network.
Next
TypeScript