Get all Webhooks

GET {{baseUrl}}/3dCartWebAPI/v1/Webhooks?limit=<integer>&offset=<integer>&name=<string>&url=<string>&enabled=<boolean>&format=<string>&datecreatedstart=<string>&datecreatedend=<string>&dateupdatedstart=<string>&dateupdatedend=<string>&countonly=<integer>

Get a list of all Webhooks

Request Params

KeyDatatypeRequiredDescription
limitstringMaximum number of items that can be returned
offsetstringStarting point for the return data
namestringName of the Admin User
urlstringWebhook URL
enabledstringWebhook enabled flag
formatstringWebhook format (JSON
datecreatedstartstringStart date that the webhook was created (mm/dd/yyyy hh:mm:ss)
datecreatedendstringEnd date that the webhook was created (mm/dd/yyyy hh:mm:ss)
dateupdatedstartstringStart date that the webhook was updated last time (mm/dd/yyyy hh:mm:ss)
dateupdatedendstringEnd date that the webhook was updated last time (mm/dd/yyyy hh:mm:ss)
countonlystringCount the number of rows only