cURL
curl --request GET \ --url https://api.pokulabs.com/webhooks \ --header 'Authorization: Bearer <token>'
Returns all webhooks registered on your account.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"