Activate a wallet in a vault account

POST {{baseUrl}}/vault/accounts/:vaultAccountId/:assetId/activate

Initiates activation for a wallet in a vault account.

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA 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.
Acceptstring

RESPONSES

status: OK

{"id":"\u003cstring\u003e","address":"\u003cstring\u003e","legacyAddress":"\u003cstring\u003e","enterpriseAddress":"\u003cstring\u003e","tag":"\u003cstring\u003e","eosAccountName":"\u003cstring\u003e","status":"\u003cstring\u003e","activationTxId":"\u003cstring\u003e"}