PC Guide
Info |
---|
For sending this request, you have to be authorized. See the Authorization page for more details. |
If you want to start using webhooks with your external system and already have some resources in your doo account, you may need to initialize your system with all these existing resources.
...
Code Block | ||
---|---|---|
| ||
{ "response_status": 200, "developer_message": "Success", "user_message": "Success", "items_processed": <items_processed_count>, "_links": { "self": { "href": "https://rest.doo.net/v1/webhooks/init/<resource_name>" } } } |
...
PC Team easy Guide:
To repush webhooks for 1 event use this:
...