{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Link Shortening API", "version": "1.52.0" }, "items": [ { "info": { "name": "LinkShortening", "type": "folder" }, "items": [ { "info": { "name": "FetchDomainCertV4", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/Certificate", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "Unique string used to identify the domain that this certificate should be associated with." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateDomainCertV4", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/Certificate", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "Unique string used to identify the domain that this certificate should be associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteDomainCertV4", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/Certificate", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "Unique string used to identify the domain that this certificate should be associated with." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchDomainConfig", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/Config", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "Unique string used to identify the domain that this config should be associated with." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "UpdateDomainConfig", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/Config", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "Unique string used to identify the domain that this config should be associated with." } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchDomainConfigMessagingService", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/LinkShortening/MessagingService/:MessagingServiceSid/DomainConfig", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "Unique string used to identify the Messaging service that this domain should be associated with." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "CreateLinkshorteningMessagingService", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/MessagingServices/:MessagingServiceSid", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "The domain SID to associate with a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain" }, { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "A messaging service SID to associate with a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteLinkshorteningMessagingService", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/LinkShortening/Domains/:DomainSid/MessagingServices/:MessagingServiceSid", "params": [ { "name": "DomainSid", "value": "", "type": "path", "description": "The domain SID to dissociate from a messaging service. With URL shortening enabled, links in messages sent with the associated messaging service will be shortened to the provided domain" }, { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "A messaging service SID to dissociate from a domain. With URL shortening enabled, links in messages sent with the provided messaging service will be shortened to the associated domain" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchLinkshorteningMessagingServiceDomainAssociation", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/LinkShortening/MessagingServices/:MessagingServiceSid/Domain", "params": [ { "name": "MessagingServiceSid", "value": "", "type": "path", "description": "Unique string used to identify the Messaging service that this domain should be associated with." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }