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
- 200
- 401
- 404
Profile completion status
Unauthorized. The JWT token is invalid or has expired. The token must be renewed using the authentication endpoint.
Company not found. This occurs when:
- The user is not associated with any company
- The company has been deleted