Create Application
Details#
This 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#
email#
Email 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.
password#
Password used for the company's account after the application is accepted.
Must contain at least one number.
motivation#
Motivation for the company to apply to the system. Used by admins when deciding whether the application should be accepted or not.
companyName#
Name of the company, to be displayed to all users.
Request examples#
Example 1 - Valid Request#
Code :
- Request
- Response
Example 2 - Invalid Email#
Code :
- Request
- Response
Example 3 - Account With Email Exists#
Code :
- Request
- Response
Example 4 - Duplicate Application#
Code :
- Request
- Response
Example 5 - Invalid Password#
Code :
- Request
- Response