{"info":{"_postman_id":"9db14376-ab39-21f0-f36e-5a5d27b9b022","name":"Events (Okta API)","description":"<html><head></head><body><p>The <a href=\"/docs/api/rest/events.html\">Okta Event API</a> 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.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3967924","collectionId":"9db14376-ab39-21f0-f36e-5a5d27b9b022","publishedId":"RW1Yq1Lx","public":true,"customColor":null,"publishDate":"2018-04-25T12:21:02.000Z"},"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":"{{url}}/api/v1/events?limit=100&filter=published gt \"2014-05-01T00:00:00.000Z\"","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"published gt \"2014-05-01T00:00:00.000Z\""}],"variable":[]}},"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":"{{url}}/api/v1/events?limit=100&filter=target.id eq \"{{userId}}\"","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"target.id eq \"{{userId}}\""}],"variable":[]}},"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":"{{url}}/api/v1/events?limit=100&filter=published gt \"2014-05-01T00:00:00.000Z\" and action.objectType eq \"core.user_auth.login_failed\"","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"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\""}],"variable":[]}},"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":"{{url}}/api/v1/events?limit=100&filter=action.objectType eq \"app.auth.sso\" and target.id eq \"{{appId}}\" and target.id eq \"{{userId}}\"","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"query":[{"key":"limit","value":"100"},{"key":"filter","value":"action.objectType eq \"app.auth.sso\" and target.id eq \"{{appId}}\" and target.id eq \"{{userId}}\""}],"variable":[]}},"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":"{{url}}/api/v1/events?limit=100","urlObject":{"path":["api","v1","events"],"host":["{{url}}"],"query":[{"key":"limit","value":"100"}],"variable":[]}},"response":[],"_postman_id":"1350e7aa-dd9d-bbf7-e069-521bb6705fbf"}]}