Skip to main content

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

List of error codes indicating incomplete fields. Example:

[BANK_NOT_COMPLETE, ADDRESS_NOT_COMPLETE]