List company
Last updated
Last updated
GET /api/company/list HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
{
"error": {
"code": "040",
"message": "Wrong email or password"
},
"data": {
"companies": [
{
"company_constants": {
"geis": 1
},
"_id": "text",
"company_name": "text",
"createdAt": "2026-03-13T14:29:59.701Z",
"updatedAt": "2026-03-13T14:29:59.701Z"
}
],
"metadata": {
"page": 1,
"total_items": 1,
"page_size": 20
}
}
}