FAQ

 

#

Question

Answer

#

Question

Answer

1

I don't see updates from doo in my system. What should I do?

  1. If your API endpoint is protected with OAuth authorization, please check your OAuth endpoint. It should receive authorization requests from doo and respond with the correct response with Access Token as described on https://viovendi.atlassian.net/wiki/spaces/API/pages/1369361.

  2. Check your API endpoint. It should receive webhook requests, parse payload and respond with the correct response described on https://viovendi.atlassian.net/wiki/spaces/API/pages/1369361.

  3. If everything looks good on your side, please contact us.

2

Which HTTP methods does doo support for sending webhooks to an external system?

We always make a POST request to send a webhook to the external system.

3

How can I transfer all my resources created before webhooks setup from doo to my system?

Use Webhook Initialization feature for that which is described on https://viovendi.atlassian.net/wiki/spaces/API/pages/2806448153.