Upvest · JSON Structure

Investment Api User Identifier Create Structure

Request body for creating a user identifier.

Type: object Properties: 2 Required: 2
Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

UserIdentifierCreate is a JSON Structure definition published by Upvest, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/upvest/refs/heads/main/json-structure/investment-api-user-identifier-create-structure.json",
  "name": "UserIdentifierCreate",
  "description": "Request body for creating a user identifier.",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of external identifier.",
      "example": "standard"
    },
    "value": {
      "type": "string",
      "description": "The identifier value.",
      "example": "example-value"
    }
  },
  "required": [
    "type",
    "value"
  ]
}