{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Events API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get Organization Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/events", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for paginated results." }, { "name": "from", "value": "", "type": "query", "description": "Filter events from this date-time (ISO 8601 format). Returns events that occurred on or after this time." }, { "name": "to", "value": "", "type": "query", "description": "Filter events up to this date-time (ISO 8601 format). Returns events that occurred on or before this time." }, { "name": "action", "value": "", "type": "query", "description": "Filter events by action type." } ] }, "docs": "Returns a paginated list of events for the organization. Events represent audit trail entries for actions performed within the organization, such as user changes, policy updates, and access modifications." }, { "info": { "name": "Atlassian Get Event by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/v1/orgs/:orgId/events/:eventId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "eventId", "value": "", "type": "path", "description": "The unique identifier of the event." } ] }, "docs": "Returns details of a specific organization event." } ] } ], "bundled": true }