Skip to main content

Get all webhooks

Select

SaaS
Customer Managed

Returns all the webhooks added

Query Parameters
  • pageCount integer

    Count of results per page

Responses

OK


Schema
  • total integer
  • webhooks object[]
  • hasSecret boolean
  • ssl boolean
  • url string
  • createdAt string
  • createdBy integer
  • name string
  • id integer
  • status integer
  • lastError object
  • errorMessage string
  • errorCode integer
  • company object
  • name string
  • id integer
  • triggeredAt string
GET /webhook    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
pageCount — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/webhook' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'