POST/webhooks.json

Create a Webhook

Body Params

    • Name
      webhook
      Type
      object
    • Name
      STATUS
      Type
      string

    Request Examples

    Example Request

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

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": 1234,
      "STATUS": "OK"
    }