Skip to main content
GET
/
v1
/
webhooks
Listar subscripciones de webhooks de la company
curl --request GET \
  --url https://api.keebai.com/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>",
      "events": [],
      "is_active": true,
      "secret_prefix": "<string>",
      "headers": {},
      "failure_count": 123,
      "created_at": "<string>",
      "updated_at": "<string>",
      "last_delivery_at": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Personal Access Token con prefijo kbai_pk_. Generar desde el portal con permiso developer.manage_tokens.

Response

200 - application/json
data
object[]
required