🔄 Webhook Setup
Number of APIs: 5
-
Retrieve a Webhook GET {{cryptr_service_url}}/api/v2/webhooks/:id
-
Create a Webhook POST {{cryptr_service_url}}/api/v2/webhooks?name=User provision success&event_codes[]=dir_sync.user.provision.success&target_url=http://localhost:8000
-
Delete a Webhook DELETE {{cryptr_service_url}}/api/v2/webhooks/:id
-
List all Webhooks GET {{cryptr_service_url}}/api/v2/webhooks/?page=1&per_page=3
-
Update a Webhook PUT {{cryptr_service_url}}/api/v2/webhooks/:id?name=User provision fail&event_codes[]=dir_sync.user.provision.fail&target_url=http://localhost:8000