eToro · Example Payload

Createagentportfolio Response 401

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Createagentportfolio Response 401 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

createAgentPortfolio-response-401.json Raw ↑
{
  "path": "/api/v1/agent-portfolios",
  "method": "post",
  "status": "401",
  "type": "response",
  "example": {
    "errorCode": "Unauthorized",
    "errorMessage": "Unauthorized"
  }
}