Skip to main content
GET
/
v0
/
webhooks
Get webhooks endpoints
curl --request GET \
  --url https://{hostname}.gable.ai/v0/webhooks \
  --header 'X-API-KEY: <api-key>'
{
  "webhooks": [
    {
      "id": "<string>",
      "url": "<string>",
      "name": "<string>",
      "secret": "<string>",
      "headers": {}
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Response

webhooks
object[]
required