Upvest · Example Payload

Investment Api User Create Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Top-level fields

first_namelast_nameemaildate_of_birthnationalityaddress

Example Payload

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