5. OTHERS

Number of APIs: 14

  1. 🔄 Webhook Setup - 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

  2. 🔄 Webhook Setup - Delete a Webhook DELETE {{cryptr_service_url}}/api/v2/webhooks/:id

  3. 🔄 Webhook Setup - List all Webhooks GET {{cryptr_service_url}}/api/v2/webhooks/?page=1&per_page=3

  4. 🔄 Webhook Setup - 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

  5. 📊 Webhook Events - Cancel Webhook Event POST {{cryptr_service_url}}/api/v2/webhook-events/:id/cancel

  6. 📊 Webhook Events - List Webhook Events GET {{cryptr_service_url}}/api/v2/webhook-events/?page=1&per_page=3

  7. 📊 Webhook Events - Retry Webhook Event POST {{cryptr_service_url}}/api/v2/webhook-events/:id/retry

  8. 🔂 Redirect URIS - Create a Redirect URI POST {{cryptr_service_url}}/api/v2/redirect_uris?url=http://test:05062024

  9. 🔂 Redirect URIS - Delete a Redirect URI DELETE {{cryptr_service_url}}/api/v2/redirect_uris/:id

  10. 🔂 Redirect URIS - List all Redirect URIs GET {{cryptr_service_url}}/api/v2/redirect_uris?page=1&per_page=8