Learn how to enable a synchronous response mode where needed to receive a direct reply to your request.
To make life easier, some calls do support an optional synchronous reply mode. If enabled, you'll get a direct reply to your request instead of having to wait for your webhook to be called.
To enable this sync mode add a ?sync=true
query parameter to the URL of the requested API endpoint.