Webhook api endpoints don't work

Hello,

Since yesterday, maybe more, the webhook endpoints do not give a correct response.
For exemple :

Request : GET /webhooks
Response : { “error” : “no response from server” }

Same result to add webhook.

A temporary bug of the API ? Or a new use of these endpoints ?

Thanks for your help :slight_smile:

We actually did make a make a small update so I think this is related to CORS.
Can you make sure you’re making the request via either api.pd.com/v1/webhooks or company.pd.com/api/v1/webhooks?
company.pd.com/v1/webhooks won’t work.

Let me know if this isn’t the issue.