{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book DNC Management API", "version": "1.0.0" }, "items": [ { "info": { "name": "DNC Management", "type": "folder" }, "items": [ { "info": { "name": "Add Phone Number to DNC List", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v3/campaign-management/dncList/:dncListName/phoneNumber", "params": [ { "name": "dncListName", "value": "corporate-dnc-list", "type": "path", "description": "This is the Name of the DNC list to which you want to add a phone number. List names are case-sensitive and must be URL-encoded if they contain special characters." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a phone number to the specified Do Not Contact (DNC) list. This operation helps ensure compliance with applicable rules & regulations by preventing outbound calls to specific numbers.\n\n**Note:** Phone numbers must be in E.164 format (e.g., +1234567890). Duplicate entries will be rejected with a 409 error." }, { "info": { "name": "Get Phone Number from DNC List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v3/campaign-management/dncList/:dncListName/phoneNumber/:phoneNumber", "params": [ { "name": "dncListName", "value": "corporate-dnc-list", "type": "path", "description": "The name of the DNC list to search in. List names are case-sensitive and must be URL-encoded if they contain special characters." }, { "name": "phoneNumber", "value": "+1234567890", "type": "path", "description": "The phone number to retrieve from the DNC list. Must be URL-encoded and in E.164 format (e.g., %2B1234567890 for +1234567890)." } ] }, "docs": "Retrieves details of a specific phone number from the specified Do Not Contact (DNC) list. This operation allows you to check if a number is present in the list and view associated metadata.\n\n**Note:** Phone numbers must be URL-encoded and in E.164 format (e.g., %2B1234567890 for +1234567890)." }, { "info": { "name": "Remove Phone Number from DNC List", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v3/campaign-management/dncList/:dncListName/phoneNumber/:phoneNumber", "params": [ { "name": "dncListName", "value": "corporate-dnc-list", "type": "path", "description": "The name of the DNC list to remove the phone number from. List names are case-sensitive and must be URL-encoded if they contain special characters." }, { "name": "phoneNumber", "value": "+1234567890", "type": "path", "description": "The phone number to remove from the DNC list. Must be URL-encoded and in E.164 format (e.g., %2B1234567890 for +1234567890)." } ] }, "docs": "Removes a phone number from the specified Do Not Contact (DNC) list. This operation allows administrators to remove numbers that should no longer be blocked from receiving calls.\n\n**Note:** Phone numbers must be URL-encoded and in E.164 format (e.g., +1234567890 for +1234567890). If the number doesn't exist in the list, a 404 error will be returned." } ] } ], "bundled": true }