Upvest · Example Payload

Investment Api User Update Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

Investment Api User Update Example is an example object payload from Upvest, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

first_namelast_nameemailaddress

Example Payload

Raw ↑
{
  "first_name": "Jane",
  "last_name": "Smith",
  "email": "user@example.com",
  "address": {
    "street": "Unter den Linden 1",
    "additional_line": "example-string",
    "city": "Berlin",
    "postal_code": "10117",
    "state": "BE",
    "country": "DE"
  }
}