{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Exports API", "version": "1.52.0" }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "FetchDay", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Days/:Day", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" }, { "name": "Day", "value": "", "type": "path", "description": "The ISO 8601 format date of the resources in the file, for a UTC day" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Day." }, { "info": { "name": "ListDay", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Days", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" }, { "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}}" } }, "docs": "Retrieve a list of all Days for a resource." }, { "info": { "name": "FetchExport", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Export." }, { "info": { "name": "FetchExportConfiguration", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Configuration", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch a specific Export Configuration." }, { "info": { "name": "UpdateExportConfiguration", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Configuration", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update a specific Export Configuration." }, { "info": { "name": "ListExportCustomJob", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Jobs", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages, Calls, Conferences, and Participants" }, { "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": "CreateExportCustomJob", "type": "http" }, "http": { "method": "POST", "url": "https://accounts.twilio.com/v1/Exports/:ResourceType/Jobs", "params": [ { "name": "ResourceType", "value": "", "type": "path", "description": "The type of communication – Messages or Calls, Conferences, and Participants" } ], "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "FetchJob", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Exports/Jobs/:JobSid", "params": [ { "name": "JobSid", "value": "", "type": "path", "description": "The unique string that that we created to identify the Bulk Export job" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "DeleteJob", "type": "http" }, "http": { "method": "DELETE", "url": "https://accounts.twilio.com/v1/Exports/Jobs/:JobSid", "params": [ { "name": "JobSid", "value": "", "type": "path", "description": "The unique string that that we created to identify the Bulk Export job" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } } ] } ], "bundled": true }