# Request delivery estimates **POST /ext/estimate** request delivery estimates for a new dispatch ## Servers - https://dev.hubz.nyotek.com: https://dev.hubz.nyotek.com () ## Parameters ### Body: application/json (object) to fetch estimated wait times and delivery prices - **pickup** (object) - **destination** (object) - **pickup_wait_time** (integer) wait time of a restaurant in minutes ## Responses ### 200 Successful operation #### Body: application/json (object) - **data** (object) ### 401 Unauthorized if incorrect api_key is given #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer ### 500 any other errors from the server #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer [Powered by Bump.sh](https://bump.sh)