{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p API", "version": "1.52.0" }, "items": [ { "info": { "name": "A2p", "type": "folder" }, "items": [ { "info": { "name": "CreateBrandRegistrationOtp", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:BrandRegistrationSid/SmsOtp", "params": [ { "name": "BrandRegistrationSid", "value": "", "type": "path", "description": "Brand Registration Sid of Sole Proprietor Brand." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchBrandRegistrations", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Brand Registration resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateBrandRegistrations", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Brand Registration resource to update." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListBrandRegistrations", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations", "params": [ { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateBrandRegistrations", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListBrandVetting", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:BrandSid/Vettings", "params": [ { "name": "BrandSid", "value": "", "type": "path", "description": "The SID of the Brand Registration resource of the vettings to read ." }, { "name": "VettingProvider", "value": "", "type": "query", "description": "The third-party provider of the vettings to read" }, { "name": "PageSize", "value": "", "type": "query", "description": "How many resources to return in each list page. The default is 50, and the maximum is 1000." }, { "name": "Page", "value": "", "type": "query", "description": "The page index. This value is simply for client state." }, { "name": "PageToken", "value": "", "type": "query", "description": "The page token. This is provided by the API." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateBrandVetting", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:BrandSid/Vettings", "params": [ { "name": "BrandSid", "value": "", "type": "path", "description": "The SID of the Brand Registration resource of the vettings to create ." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchBrandVetting", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/a2p/BrandRegistrations/:BrandSid/Vettings/:BrandVettingSid", "params": [ { "name": "BrandSid", "value": "", "type": "path", "description": "The SID of the Brand Registration resource of the vettings to read ." }, { "name": "BrandVettingSid", "value": "", "type": "path", "description": "The Twilio SID of the third-party vetting record." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }