GET/webhooks/events.json

Get Webhook Events

Request Examples

Example Request

GET
/webhooks/events.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK",
  "events": [
    {
      "name": "COMMENT.CREATED",
      "id": "35"
    },
    {
      "name": "COMMENT.DELETED",
      "id": "37"
    }
  ]
}