Get list of webhooks
GET/v2/webhooks
Clients
Python
JavaScriptGets the list of webhooks that the user created.
The endpoint supports pagination using the limit and offset parameters
and it will not return more than 1000 records.
By default, the records are sorted by the createdAt field in ascending
order. To sort the records in descending order, use the desc=1
parameter.