We use the v2 API to set up webhooks, and it worked fine until about a week ago.
Now, setting up new webhooks through the API runs into a timeout.
Example request:
- URL: https://api.figma.com/v2/webhooks/
- Method: POST
- Body:
{
"event_type": "FILE_UPDATE",
"team_id": "111111111111",
"passcode": "PASSCODE",
"endpoint": "https://my-webhook-target-url"
}The request times out with no response from the endpoint.
Is this a known issue?
Thanks, Silvio
