{ "operationId": "getMyCallBlockSettings", "method": "GET", "path": "/telephony/config/people/me/settings/callBlock", "summary": "Get My Call Block Settings", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "numbers": [ { "id": "KzE4OTc2NTQzMjE1", "phoneNumber": "+18976543215" }, { "id": "KzE4OTc2NTQzMzE1", "phoneNumber": "+18976543315" }, { "id": "KzE4OTc2NTQzNDE1", "phoneNumber": "+18976543415" }, { "id": "KzE5OTc2NTQzNDE1", "phoneNumber": "+19976543415" } ] } } ] }