get https://api.oncehub.com/v1/webhooks
Returns a list of your Webhook subscriptions, sorted by creation date.
Input parameters
No body parameters are required.
You must authenticate the request by passing a valid API key in the API-Key
header parameter. Learn more about the API key
Returns
Returns a list with a data property that contains an array of Webhooks if the call succeeded. Each entry in the array is a separate webhook
object. The entries are sorted by creation date; the most recently created Webhook subscriptions appear first.
Returns an error if something goes wrong. Learn more about errors