Create a new company
POST /companies
POST
/companies
Create a new company
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
company_name
required
Name of the company to create
string
Responses
Section titled “ Responses ”Company created successfully
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
data
Array<object>
object
company_id
required
Unique identifier for the company
integer format: int64
company_name
required
Name of the company
string
industry
Industry sector of the company
string
created_at
required
Timestamp when the company was created
string format: date-time
Bad request - invalid input
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Conflict - resource already exists
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string