Upvest · Example Payload

Investment Api Webhook Subscription Update Example

Banking InfrastructureFintechInvestmentsSecuritiesFractional InvestingCustodyWealth Management

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

Top-level fields

urlevent_categoriesstatus

Example Payload

Raw ↑
{
  "url": "https://example.com/webhook",
  "event_categories": [
    "example-string"
  ],
  "status": "ACTIVE"
}