This operation gets all the configured webhook and its details.
all Webhooks get successful
The request could not be authorized.
{- "data": [
- {
- "webHookConfigID": "DELn75Jx7r3p",
- "name": "dev_webhook1",
- "type": "locker",
- "events": [
- "reservation",
- "cancelreservation",
- "deposit"
], - "authParams": {
- "authType": "custom",
- "apiKey": "JsuG7jk",
- "headerName": "webhook1"
}, - "timeOut": 5,
- "status": "active",
- "developerPartnerId": "xxxxx"
}, - {
- "webHookConfigID": "K3M01oqmEbe2",
- "name": "dev_webhook1",
- "type": "locker",
- "events": [
- "reservation",
- "cancelreservation",
- "deposit"
], - "authParams": {
- "authType": "custom",
- "apiKey": "JsuG7jk",
- "headerName": "webhook1"
}, - "timeOut": 5,
- "status": "active",
- "developerPartnerId": "xxxxx"
}
], - "pageInfo": {
- "total": 2,
- "pages": 1,
- "page": 1
}
}