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

Get a list of all Spaces' webhook events

Request Examples

Example Request

GET
/spaces/api/v1/webhook-events.json
curl --request GET \
     --url https://{site_name}.teamwork.com/account.json

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"
    }
  ]
}