cURL
curl --request GET \ --url https://api.hel.io/v1/webhook/paylink/transaction \ --header 'Authorization: Bearer <token>'
[ { "id": "6812a2fb76c142eb631af95c", "creator": "undefined", "paylink": "67e548619967b38ac797d6ce", "company": "667c1f9352919e407156128c", "targetUrl": "https://webhook.site/68644b4f-f63c-4815-9b25-51487efbf13a", "events": [ "CREATED" ], "sharedToken": "ZFMUzr0wYUSv3rJjYPTSqMVIChFDDRZW9RE3Ls89fZthKJshHTLrjZu6TWsFmg07ERytvFjz2+r0cKfWYkb4LENckjDdfRRIYRxL2NHUDDZPt/WtMnxnxaj+b1VknGZk" } ]
Retrieve all webhooks configured for a Pay Link.
Authentication using JWT token
The ID of the pay link for which you want to retrieve associated webhooks.
Your API key can be generated on the Helio Dashboard’s settings page.
Successfully retrieved webhook(s).
CREATED