Create Application
#
DetailsThis endpoint is used to create company applications. In order of a Company to use its account, the application must be accepted by an Admin and then the Company should finish its registration.
URL : /apply/company
Method :
caution
This is the flow intended for Companies to create accounts. If you're looking to create an Admin's account, see register.
#
Parameters#
emailEmail used for the company application and subsequent account.
Must be in a valid email format. Can't already be in use for accounts or other applications.
#
passwordPassword used for the company's account after the application is accepted.
Must contain at least one number.
#
motivationMotivation for the company to apply to the system. Used by admins when deciding whether the application should be accepted or not.
#
companyNameName of the company, to be displayed to all users.
#
Request examples#
Example 1 - Valid RequestCode :
- Request
- Response
#
Example 2 - Invalid EmailCode :
- Request
- Response
#
Example 3 - Account With Email ExistsCode :
- Request
- Response
#
Example 4 - Duplicate ApplicationCode :
- Request
- Response
#
Example 5 - Invalid PasswordCode :
- Request
- Response