Get Webhooks

GET {{baseUrl}}/webhooks?limit=<>&offset=<>

List all Webhooks

Page through a list of all your Webhooks. You can specify the maximum number of results to be retuned, and from which result to start.

Request Params

KeyDatatypeRequiredDescription
limitstringThe maximum number of records to load. Default is 30. The value should be greater than 0. Must be greater than 0.
offsetstringThe number of records to skip. Default is 0.