Bulk Activate Ofc Wallets

post/api/v2/ofcActivation/bulkActivate

Route to bulk activate ofc wallets

Request Body

keychains array[object] required
pubKey string required
The public key of the keychain
Min length: >= 1 characters
encryptedPrv string required
The encrypted private key of the keychain
Min length: >= 1 characters
enterpriseIds array[string] required
The list of enterprise IDs to activate

200 Response

activated array[object] required
The list of activated accounts
enterpriseId string required
The enterprise ID
Min length: >= 1 characters
goAccountId string required
The GO account ID
Min length: >= 1 characters

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id