eToro · Example Payload

Createagentportfoliousertoken Response 400

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createagentportfoliousertoken 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

createAgentPortfolioUserToken-response-400.json Raw ↑
{
  "path": "/api/v1/agent-portfolios/{agentPortfolioId}/user-tokens",
  "method": "post",
  "status": "400",
  "type": "response",
  "example": {
    "ScopeIdsRequired": {
      "summary": "Scope IDs are required",
      "value": {
        "errorCode": "ScopeIdsRequired",
        "errorMessage": "ScopeIds is required"
      }
    },
    "InvalidIp": {
      "summary": "Invalid IP address",
      "value": {
        "errorCode": "IpsWhitelistInvalidIp",
        "errorMessage": "IpsWhitelist contains an invalid IPv4 address"
      }
    }
  }
}