GET
/
v0
/
webhooks
cURL
curl --request GET \
  --url 'https://api-(organization).gable.ai/v0/webhooks'
{
  "webhooks": [
    {
      "id": "<string>",
      "url": "<string>",
      "name": "<string>",
      "secret": "<string>",
      "headers": {}
    }
  ]
}

Response

200
application/json

Get all webhooks endpoints

The response is of type object.