🔄 Webhook Setup

Number of APIs: 5

  1. Retrieve a Webhook GET {{cryptr_service_url}}/api/v2/webhooks/:id

  2. 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

  3. Delete a Webhook DELETE {{cryptr_service_url}}/api/v2/webhooks/:id

  4. List all Webhooks GET {{cryptr_service_url}}/api/v2/webhooks/?page=1&per_page=3

  5. 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