Verify profile completeness
GET/truckers/users/isComplete
Check if the carrier user's profile is complete according to the system requirements. Returns a list of errors indicating which fields are missing.
Use Cases:
- Show the user what information is missing to complete their profile
- Validate profile before allowing critical operations
Validations performed:
- Email verification
- Complete banking details
- Valid address with geographic coordinates
Responses
- 200
- 401
- 404
List of error codes indicating incomplete fields. Example:
[BANK_NOT_COMPLETE, ADDRESS_NOT_COMPLETE]
Unauthorized - Invalid or missing JWT token
User not found - The user ID does not exist in the system