GET/spaces/api/v1/webhook-events.json

Get a list of all Spaces' webhook events

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

WebhookEvent
{
  "webhook-event": [
    {
      "id": 0,
      "key": "string"
    }
  ]
}