Skip to main content

Check if the company profile is complete.

GET 

/company/company_data/isComplete

This endpoint checks whether all mandatory fields in the company profile have been completed.
The validation logic includes verifying that basic data such as name, address, email, and phone number are present.

Use cases:

  • Display the profile completion status on the company dashboard
  • Validate prerequisites before allowing certain actions

Example of a successful response:

{
isCompleted: true
}

Responses

Profile completion status