Get All webhooks

This operation gets all the configured webhook and its details.

SecuritybearerAuth
Responses
200

all Webhooks get successful

401

The request could not be authorized.

get/api/v1/webhookConfig
Request samples
Response samples
application/json
{
  • "webHookConfigID": "1Q86AvxyqmA",
  • "name": "webhook1",
  • "type": "locker",
  • "events": [
    ],
  • "timeOut": 5,
  • "status": "active",
  • "authParams": {
    }
}