Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For sending this request, you have to be authorized. See the API Authorization page for more details.

...

Parameter

Required

Description

<team_id>

Yes

Team ID for which you want to configure the webhooks.

See Get all organizations and teams to figure out the Team ID.

<api_key>

Yes

see API See Authorization

<access_token>

Yes

see API See Authorization

<add<webhook_webhookconfiguration_object>

Yes

see See Webhook configuration object 

...

Code Block
languagejson
{
    "response_status": 200,
    "developer_message": "Success",
    "user_message": "Success",
    "data": "<webhook_configuration_id>",
    "_links": {
        "self": {
            "href": "https://rest.doo.net/v1/team/<team_id>/webhooks"
        }
    }
}

...