{"info":{"_postman_id":"9db14376-ab39-21f0-f36e-5a5d27b9b022","name":"Events (Okta API)","description":"The [Okta Event API](/docs/api/rest/events.html) provides read access to your organization’s system log. The API is intended to export event data as a batch job from your organization to another system for reporting or analysis.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Get Events after Date","id":"1164173e-16ab-a068-a13a-ff3e44012f28","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?limit=100&filter=published gt \"2014-05-01T00:00:00.000Z\"","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"published gt \"2014-05-01T00:00:00.000Z\""}]}},"response":[],"_postman_id":"1164173e-16ab-a068-a13a-ff3e44012f28"},{"name":"Get Events for User","id":"b0e58b9b-21e8-3b01-18e7-4369e2550c48","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?limit=100&filter=target.id eq \"{{userId}}\"","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"target.id eq \"{{userId}}\""}]}},"response":[],"_postman_id":"b0e58b9b-21e8-3b01-18e7-4369e2550c48"},{"name":"Get Events by Type after Date","id":"6cf354b0-969d-c2fb-377f-f2fe53423859","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?limit=100&filter=published gt \"2014-05-01T00:00:00.000Z\" and action.objectType eq \"core.user_auth.login_failed\"","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"published gt \"2014-05-01T00:00:00.000Z\" and action.objectType eq \"core.user_auth.login_failed\""}]}},"response":[],"_postman_id":"6cf354b0-969d-c2fb-377f-f2fe53423859"},{"name":"Get Events by Type for App and User","id":"88b3dd65-e45c-4e2d-dccc-ae4ea664590f","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?limit=100&filter=action.objectType eq \"app.auth.sso\" and target.id eq \"{{appId}}\" and target.id eq \"{{userId}}\"","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"action.objectType eq \"app.auth.sso\" and target.id eq \"{{appId}}\" and target.id eq \"{{userId}}\""}]}},"response":[],"_postman_id":"88b3dd65-e45c-4e2d-dccc-ae4ea664590f"},{"name":"Get Events","id":"1350e7aa-dd9d-bbf7-e069-521bb6705fbf","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"SSWS {{apikey}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/api/v1/events?limit=100","host":["{{url}}"],"path":["api","v1","events"],"query":[{"key":"limit","value":"100"}]}},"response":[],"_postman_id":"1350e7aa-dd9d-bbf7-e069-521bb6705fbf"}]}