@@ -3924,7 +3924,7 @@ $webHookAPI = new WebHookAPI();
39243924<h6 id =" UpdateWebhookSubscription-put- " >Update Webhook Subscription (PUT)</h6 >
39253925
39263926This API is used to update a webhook subscription
3927- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-update )
3927+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/update- webhook-subscription/ )
39283928
39293929 ``` php
39303930
@@ -3952,7 +3952,7 @@ $result = $webHookAPI->updateWebhookSubscription($hookId,$payload);
39523952<h6 id =" CreateWebhookSubscription-post- " >Create Webhook Subscription (POST)</h6 >
39533953
39543954This API is used to create a new webhook subscription on your LoginRadius site.
3955- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-subscribe )
3955+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/create- webhook-subscription/ )
39563956
39573957 ``` php
39583958
@@ -3982,7 +3982,7 @@ $result = $webHookAPI->createWebhookSubscription($payload);
39823982<h6 id =" GetWebhookSubscriptionDetail-get- " >Get Webhook Subscription Detail (GET)</h6 >
39833983
39843984This API is used to get details of a webhook subscription by Id
3985- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-subscribed-urls )
3985+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/get- webhook-subscription-details/ )
39863986
39873987 ``` php
39883988
@@ -3995,7 +3995,7 @@ $result = $webHookAPI->getWebhookSubscriptionDetail($hookId);
39953995<h6 id =" ListAllWebhooks-get- " >List All Webhooks (GET)</h6 >
39963996
39973997This API is used to get the list of all the webhooks
3998- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook- list )
3998+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/list-all-webhooks/ )
39993999
40004000 ``` php
40014001
@@ -4007,7 +4007,7 @@ $result = $webHookAPI->listAllWebhooks();
40074007<h6 id =" GetWebhookEvents-get- " >Get Webhook Events (GET)</h6 >
40084008
40094009This API is used to retrieve all the webhook events.
4010- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-events )
4010+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/get- webhook-events/ )
40114011
40124012 ``` php
40134013
@@ -4019,7 +4019,7 @@ $result = $webHookAPI->getWebhookEvents();
40194019<h6 id =" DeleteWebhookSubscription-delete- " >Delete Webhook Subscription (DELETE)</h6 >
40204020
40214021This API is used to delete webhook subscription
4022- [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/webhook-unsubscribe )
4022+ [ More Info] ( https://www.loginradius.com/docs/api/v2/integrations/webhooks/delete- webhook-subscription/ )
40234023
40244024 ``` php
40254025
0 commit comments