eToro · Example Payload

Deleteapricealert Response 403

Social TradingCopy TradingInvestingMarket DataPortfolio ManagementFintechTradingStocksCryptocurrencyETFs

Deleteapricealert Response 403 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

deleteAPriceAlert-response-403.json Raw ↑
{
  "path": "/api/v1/price-alerts/{alertId}",
  "method": "delete",
  "status": "403",
  "type": "response",
  "example": {
    "errorCode": "InsufficientPermissions",
    "errorMessage": "Insufficient permissions to access this resource"
  }
}