Finish Company Registration

Details#

This endpoint finishes a previously created company application.

URL : /company/application/finish

Method :

POST

Authentication

Auth as a Company is required to finish an Application.

Parameters (form data)#

bio#

Form Parameter
Required

String
Max Length: 1500

Description of the company.

contacts#

Form Parameter
Required

Array
Minimum: 1
Maximum: 10

List of contacts of the company.

logo#

Form Parameter
Required
File

Logo to be displayed in the company's profile and offers.

File types

The only valid file types are: png, jpeg and jpg.

Request examples#

Example 1 - Valid Request#

Code :

200 OK

/company/application/finish
Form data
bio: We are a new and innovative contact hiring Software Engineers
contacts: contact@company.com
logo: logo.png

Example 2 - Logged-In as Admin#

Code :

401 UNAUTHORIZED

/company/application/finish
Form data
bio: We are a new and innovative contact hiring Software Engineers
contacts: contact@company.com
logo: logo.png

Example 3 - Registration Already Finished#

Code :

403 FORBIDDEN

/company/application/finish
Form data
bio: We are a new and innovative contact hiring Software Engineers
contacts: contact@company.com
logo: logo.png

Example 4 - Invalid logo file#

Code :

422 UNPROCESSABLE ENTITY

/company/application/finish
Form data
bio: We are a new and innovative contact hiring Software Engineers
contacts: contact@company.com
logo: invalid.txt

Example 5 - Error when saving logo file#

Code :

422 UNPROCESSABLE ENTITY

/company/application/finish
Form data
bio: We are a new and innovative contact hiring Software Engineers
contacts: contact@company.com
logo: logo.png