{ "opencollection": "1.0.0", "info": { "name": "SMSAPI REST 2FA Blacklist API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Blacklist", "type": "folder" }, "items": [ { "info": { "name": "List blacklisted phone numbers.", "type": "http" }, "http": { "method": "GET", "url": "https://api.smsapi.com/blacklist/phone_numbers" }, "docs": "List blacklisted phone numbers." }, { "info": { "name": "Add a phone number to the blacklist.", "type": "http" }, "http": { "method": "POST", "url": "https://api.smsapi.com/blacklist/phone_numbers", "body": { "type": "json", "data": "{}" } }, "docs": "Add a phone number to the blacklist." }, { "info": { "name": "Remove a phone number from the blacklist.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smsapi.com/blacklist/phone_numbers/:phoneNumber", "params": [ { "name": "phoneNumber", "value": "", "type": "path" } ] }, "docs": "Remove a phone number from the blacklist." } ] } ], "bundled": true }