cURL
curl --request GET \ --url https://api.hel.io/v1/webhook/paylink/subscription \ --header 'Authorization: Bearer <token>'
{ "id": "679cb0a5eafd565eeab89605", "paylink": "679bb9db7f3c16eb86bb1c67", "company": "6683f4efc330474ede1f25aa", "targetUrl": "https://target-url.com/post-endpoint", "events": [ "STARTED", "RENEWED", "ENDED" ], "sharedToken": "ZtiSEjZsTNoczv8kvDgtSx5+YO017NOlM/mrqEMj2nnHXi+UfmCQvuqvZlI0eH3JJWrW1D3UDWM+GgK9sVfR0NNPIMwWNV+jcFehjDIMlVq05Ahf2/5tUT/W7qqiHWZy" }
Retrieve all webhooks configured on a subscription Pay Link.
Authentication using JWT token
The ID of the pay link used to retrieve associated subscription webhooks.
Your API key can be generated on the Helio Dashboard’s settings page.
Retrieved webhook details
STARTED
RENEWED
ENDED