Account manager contact details
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/etoro/refs/heads/main/json-schema/ContactsResponse.json", "title": "ContactsResponse", "type": "object", "description": "Account manager contact details", "properties": { "manager": { "nullable": true, "description": "Assigned account manager profile", "$ref": "#/components/schemas/ContactInfo" } } }