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.
After you make the following API request, we will send a webhook request to your external system for each specified resource item that already exists in your doo account. For example, if you chose to initialize all the events from doo, we will send a separate webhook request for each existing event in your doo account.
We send a maximum of 100 initialization webhook requests per minute, so it may take some time if you want to initialize a lot of data.
Request
curl -X POST 'https://rest.doo.net/v1/webhooks/init/<resource_name>' \ -H 'Content-Type: application/json' \ -H 'x-api-key: <api_key>' \ -H 'Authorization: Bearer <access_token>' \ -d '{ "event_id": <event_id> "organization_id": <organization_id>, "webhook_type": ["<webhook_type>", <webhook_type>, ...], last_updated_after: "<last_updated_after>", last_updated_before "<last_updated_before>" }'
Parameters
Parameter | Required | Description |
---|---|---|
| Yes | The resource type you want to initialize. Available options:
|
| Yes | see Authorization |
| Yes | see Authorization |
| Yes, only for the following resource types:
| |
| Yes, only for the following resource types:
| |
| No | Use it if you want to initialize only a particular webhook types. Available options for
Available options for
Available options for
Available options for
Available options for |
| No | Use it if you want to initialize resources updated after a particular date and time. Format: Timezone: CET |
| No | Use it if you want to initialize resources updated before a particular date and time. Format: Timezone: CET |