Info |
---|
For sending this request, you have to be authorized. See the API Authorization page for more details. |
Request
...
Parameter | Required | Description |
---|---|---|
| Yes | Team ID for which you want to configure the webhooks. See Get all organizations and teams to figure out the Team ID. |
| Yes | see API See Authorization |
| Yes | see API See Authorization |
| Yes |
Response example
Code Block | ||
---|---|---|
| ||
{ "response_status": 200, "developer_message": "Success", "user_message": "Success", "data": "<webhook_groupconfiguration_id>", // created webhook group id "_links": { "self": { "href": "https://rest.doo.net/v1/team/<team_id>/webhooks" } } } |
...