Create
POST {{baseUrl}}/account
Request Body
{"name"=>"string", "account_id"=>"string", "account_enabled"=>true, "account_create_date"=>"ISO Date", "receiver_share"=>["accountID"], "explict_share"=>["accountID"], "claim_provider"=>"string", "dapicon_partner_id"=>"string", "maritime"=>false, "anonymous"=>false, "cri"=>false, "address"=>{"address"=>"string", "location"=>[-78.63498653803671, 35.78133523605303]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | (Required) |
RESPONSES
status: Created
{"message":"Account successfully created!"}