Get webhooks endpoints
cURL
curl --request GET \ --url 'https://api-(organization).gable.ai/v0/webhooks'
{ "webhooks": [ { "id": "<string>", "url": "<string>", "name": "<string>", "secret": "<string>", "headers": {} } ] }
Get all webhooks endpoints
The response is of type object.
object