Zilfu
API ReferenceWebhooks

List webhooks

Returns all webhooks configured for the given space.

GET
/spaces/{space}/webhooks
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://zilfu.app/api/spaces/0/webhooks"
{
  "data": [
    {
      "id": 0,
      "url": "string",
      "events": [
        null
      ],
      "is_active": true,
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ]
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}