# Validate Delivery Job **POST /validate_job** Webhook called to validate if drivers are available and check if it's possible to deliver one or multiple orders. You will receive this request for every order that is placed for delivery. ## Servers - Staging Environment: https://api.staging.deliverect.com (Staging Environment) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 200 #### Body: application/json (object) - **jobId** (string) - **canDeliver** (boolean) - **distance** (integer) - **pickupTimeETA** (string) - **deliveryLocations** (array[object]) - **price** (object) ### 422 422 [Powered by Bump.sh](https://bump.sh)