eToro · Example Payload

Updateagentportfoliousertoken Response 400

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Updateagentportfoliousertoken Response 400 is an example object payload from eToro, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodstatustypeexample

Example Payload

updateAgentPortfolioUserToken-response-400.json Raw ↑
{
  "path": "/api/v1/agent-portfolios/{agentPortfolioId}/user-tokens/{userTokenId}",
  "method": "patch",
  "status": "400",
  "type": "response",
  "example": {
    "NoChanges": {
      "summary": "No changes provided",
      "value": {
        "errorCode": "NoChangesDetected",
        "errorMessage": "At least one field must be provided"
      }
    },
    "InvalidScopes": {
      "summary": "Invalid scope IDs",
      "value": {
        "errorCode": "ScopeIdNotAllowed",
        "errorMessage": "ScopeIds contains values not in the allowed set"
      }
    }
  }
}