list

abstract fun list(max: Int, handler: CompletionHandler<List<Webhook>>)

Lists all webhooks of the authenticated user.

Since

0.1

Parameters

max

The maximum number of webhooks in the response.

handler

A closure to be executed once the request has finished.