# Endpoint for Drivers to Add Session Locations **POST /api/yard-task/session/locations** ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Body: application/json (array[object]) - **latitude** (number(double)) Latitude - **longitude** (number(double)) Longitude - **date** (object) - **speed** (number(double)) Speed - **email** (string) Email ## Responses ### default Session locations added successfully #### Body: application/json (string) string ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)