Learn how to enable a synchronous response mode where needed to receive a direct reply to your request.

Certain calls offer an optional synchronous reply mode to simplify your experience. When this mode is enabled, you will receive a direct response to your request, eliminating the need to wait for a webhook to be called.

To activate the synchronous mode, simply add the query parameter ?sync=true to the URL of the API endpoint you are requesting.