List Webhook Events

GET {{cryptr_service_url}}/api/v2/webhook-events/?page=1&per_page=3

Request Params

KeyDatatypeRequiredDescription
pagenumberPrecise the page of your listing
per_pagenumberPrecise the size of the pages of the pagination of the list

RESPONSES

status: OK

{"__type__":"List","data":[{"__type__":"WebhookEvent","args":{"__domain__":"shark-academy","__environment__":"sandbox","__type__":"Event","client_id":null,"code":"dir_sync.activated","data":{"__type__":"DirectorySyncEvent","directory_sync_id":"72e6086e-a09a-4873-ae4e-071ac7b7a156","provider":"okta"},"description":"Directory Sync (SCIM) activated","issued_at":"2023-06-13T09:03:18.750478Z","webhook_id":"webhook_2QbwnDHL6z4TsohFvzOoE74NBvJ"},"attempt":1,"attempted_at":"2023-06-13T09:03:18.819155Z","cancelled_at":null,"completed_at":"2023-06-13T09:03:18.920373Z","discarded_at":null,"id":81,"inserted_at":"2023-06-13T09:03:18.754610Z","max_attempts":5,"scheduled_at":"2023-06-13T09:03:18.754610Z","state":"completed"},{"__type__":"WebhookEvent","args":{"__domain__":"shark-academy","__environment__":"sandbox","__type__":"Event","client_id":null,"code":"dir_sync.activated","data":{"__type__":"DirectorySyncEvent","directory_sync_id":"f71c2961-ebbd-4364-a6bd-e585614b9458","provider":"okta"},"description":"Directory Sync (SCIM) activated","issued_at":"2023-06-13T08:57:59.617402Z","webhook_id":"webhook_2QbwnDHL6z4TsohFvzOoE74NBvJ"},"attempt":1,"attempted_at":"2023-06-13T08:57:59.632125Z","cancelled_at":null,"completed_at":"2023-06-13T08:57:59.761073Z","discarded_at":null,"id":80,"inserted_at":"2023-06-13T08:57:59.621406Z","max_attempts":5,"scheduled_at":"2023-06-13T08:57:59.621406Z","state":"completed"},{"__type__":"WebhookEvent","args":{"__domain__":"shark-academy","__environment__":"sandbox","__type__":"Event","client_id":null,"code":"dir_sync.updated_user","data":{"__type__":"DirectorySyncEvent","change":"update","directory_sync_id":"14d3a1d0-698b-4efe-ac79-4d4dc8b8d28b","provider":"okta","resource":{"changes":{"new_values":{"phone_numbers":[{"default":false,"phone_country_code":33,"phone_national_number":"303010201","primary":true,"type":"work","value":"+33303010201"}],"updated_at":"2023-06-09T08:31:06"},"previous_values":{"phone_numbers":[{"default":false,"phone_country_code":33,"phone_national_number":"303010202","primary":true,"type":"work","value":"+33303010202"}],"updated_at":"2023-06-09T07:38:23"}},"id":"cab61f9f-793c-4f4d-b69c-0d5a955773fa","type":"User"}},"description":"User updated through Directory Sync (SCIM)","issued_at":"2023-06-09T08:31:06.786848Z","webhook_id":"webhook_2QvMk3ttiWEkYU65a5y7z0CWogF"},"attempt":5,"attempted_at":"2023-06-09T10:38:42.343565Z","cancelled_at":null,"completed_at":null,"discarded_at":"2023-06-09T10:38:42.420633Z","id":75,"inserted_at":"2023-06-09T08:31:06.792503Z","max_attempts":5,"scheduled_at":"2023-06-09T10:38:41.421290Z","state":"discarded"}],"pagination":{"current_page":1,"current_pages":[1,2,3,"...",10],"next_page":2,"per_page":3,"prev_page":null,"total_pages":10},"total":29}