5. OTHERS
Number of APIs: 14
-
🔄 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
-
🔄 Webhook Setup - Delete a Webhook DELETE {{cryptr_service_url}}/api/v2/webhooks/:id
-
🔄 Webhook Setup - List all Webhooks GET {{cryptr_service_url}}/api/v2/webhooks/?page=1&per_page=3
-
🔄 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
-
📊 Webhook Events - Cancel Webhook Event POST {{cryptr_service_url}}/api/v2/webhook-events/:id/cancel
-
📊 Webhook Events - List Webhook Events GET {{cryptr_service_url}}/api/v2/webhook-events/?page=1&per_page=3
-
📊 Webhook Events - Retry Webhook Event POST {{cryptr_service_url}}/api/v2/webhook-events/:id/retry
-
🔂 Redirect URIS - Create a Redirect URI POST {{cryptr_service_url}}/api/v2/redirect_uris?url=http://test:05062024
-
🔂 Redirect URIS - Delete a Redirect URI DELETE {{cryptr_service_url}}/api/v2/redirect_uris/:id
-
🔂 Redirect URIS - List all Redirect URIs GET {{cryptr_service_url}}/api/v2/redirect_uris?page=1&per_page=8