Skip to main content
Version: 2.3.0

Get list of companys

Updated date: 30/04/2023
Updated by: VNPT eContract's team


Purpose

Retrieve the information of the company list associated with the logged-in account.

  • Request URL: /api/auth/get-companies
  • HTTP method: GET
  • Authorize: Bearer token
  • Parameter: Not required

Sample response body

{
"data": [
{
"id": 164,
"name": "VNPT eContract Company",
"address": "42 Truong Quyen, Quan 3, TP.Ho Chi Minh",
"taxCode": "0108212803-012",
"createdDate": "2021-01-04T23:03:28.0149563",
"status": {
"value": 0,
"description": "Active"
}
}
],
"success": true,
"code": 0,
"messages": []
}