{ "opencollection": "1.0.0", "info": { "name": "Twilio - Accounts A2p Events API", "version": "1.52.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "FetchEvent", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Events/:Sid", "params": [ { "name": "Sid", "value": "", "type": "path", "description": "The SID of the Event resource to fetch." } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } } }, { "info": { "name": "ListEvent", "type": "http" }, "http": { "method": "GET", "url": "https://accounts.twilio.com/v1/Events", "params": [ { "name": "ActorSid", "value": "", "type": "query", "description": "Only include events initiated by this Actor. Useful for auditing actions taken by specific users or API credentials." }, { "name": "EventType", "value": "", "type": "query", "description": "Only include events of this [Event Type](https://www.twilio.com/docs/usage/monitor-events#event-types)." }, { "name": "ResourceSid", "value": "", "type": "query", "description": "Only include events that refer to this resource. Useful for discovering the history of a specific resource." }, { "name": "SourceIpAddress", "value": "", "type": "query", "description": "Only include events that originated from this IP address. Useful for tracking suspicious activity originating from the API or the Twilio Console." }, { "name": "StartDate", "value": "", "type": "query", "description": "Only include events that occurred on or after this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format." }, { "name": "EndDate", "value": "", "type": "query", "description": "Only include events that occurred on or before this date. Specify the date in GMT and [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format." }, { "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": "Returns a list of events in the account, sorted by event-date." } ] } ], "bundled": true }