List all companies
GET /companies
GET
/companies
Retrieve a list of all companies
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Successfully retrieved companies
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
Unauthorized - authentication required
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