{ "opencollection": "1.0.0", "info": { "name": "Vibes Connect HTTP Message Acquisition Campaigns Carrier Lookup API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Carrier Lookup", "type": "folder" }, "items": [ { "info": { "name": "Lookup Carrier", "type": "http" }, "http": { "method": "POST", "url": "https://messageapi.vibesapps.com/api/v1/carrier-lookup", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve carrier information for a specific mobile number." } ] } ], "bundled": true }