Get Webhooks
GET
/get-webhooks
Get list of webhooks
Request
Headers
An API Key is required to access this endpoint.
Name
Value
x-api-key
your_api_key
Response
The API returns the response in JSON format.
Each response includes an array of webhooks
. Each parameter has an id
, headers
, isEnabled
, and url
.
Example
Last updated