Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Braian551/viax/llms.txt
Use this file to discover all available pages before exploring further.
Get Pending Drivers
Query Parameters
Administrator ID
Response
Request success status
Array of pending driver profiles
Request Example
cURL
Response Example
Success
Approve Driver
Request Body
Driver ID to approve
Response
Approval success status
Confirmation message
Request Example
Response Example
Success
Reject Driver
Request Body
Driver ID to reject
Rejection reasonCommon reasons:
Licencia de conducción vencidaDocumentos del vehículo incompletosSOAT vencidoTecnomecánica vencidaInformación inconsistenteVehículo no cumple requisitos
Response
Rejection success status
Confirmation message
Request Example
Response Example
Success
When a driver is rejected, they receive a notification with the rejection reason and can resubmit after addressing the issues.
Driver Verification Checklist
Administrators should verify the following before approving a driver:Driver's License
- License number is valid
- License type matches vehicle type
- Not expired (check fecha_expiracion)
- Clear photos of both sides
Vehicle Documents
- SOAT (insurance) is valid and not expired
- Tecnomecánica (inspection) is current
- Tarjeta de propiedad (ownership card) is valid
- License plate matches documents
Vehicle Information
- Make, model, year are correct
- Vehicle type is appropriate for service
- Color matches photos
- Vehicle is in good condition (check photos)
Document Expiration Checks
Bulk Operations
For bulk approval or rejection of drivers, consider implementing a batch processing endpoint in future versions.
Error Responses
Invalid driver ID or missing rejection reason
Insufficient admin privileges
Driver not found
Server error during approval/rejection
See Also
- User Management - Manage all users
- Admin Analytics - View platform statistics
- Driver Profile - Driver profile endpoints