eToro · Example Payload

Updateagentportfoliousertoken Response 404

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Updateagentportfoliousertoken Response 404 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-404.json Raw ↑
{
  "path": "/api/v1/agent-portfolios/{agentPortfolioId}/user-tokens/{userTokenId}",
  "method": "patch",
  "status": "404",
  "type": "response",
  "example": {
    "AgentPortfolioNotFound": {
      "summary": "Agent-portfolio not found",
      "value": {
        "errorCode": "NotFound",
        "errorMessage": "Agent-portfolio not found"
      }
    },
    "UserTokenNotFound": {
      "summary": "User token not found",
      "value": {
        "errorCode": "NotFound",
        "errorMessage": "User token not found"
      }
    }
  }
}