Approve Application
#
DetailsThis endpoint is used to approve a company Application, specified by applicationId.
URL : /applications/company/:applicationId/approve
Method :
POST
Authentication
Auth is required an Admin to approve applications.
#
ResponseObject
Information about the account created for the approved company.
#
Request examples#
Example 1 - Valid Request (Logged-in as Admin)Code :
200 OK
- Request
- Response
#
Example 2 - Logged-in as CompanyCode :
401 UNAUTHORIZED
- Request
- Response
#
Example 3 - Non-Existing ApplicationCode :
422 UNPROCESSABLE ENTITY
- Request
- Response
#
Example 4 - Application Already ReviewedCode :
409 CONFLICT
- Request
- Response