Detail Company
Developing
GET
/v1/companies/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/companies/'
Response Response Example
{
"data": {
"id": "814fed4b-d385-4703-96c6-c4d1a0e27ae4",
"email": "test@company.com",
"npwp": "1231231231231230",
"nitku": "1231231231412345123231",
"name": "Name AB",
"business_field": "Business Field",
"operation_status": "operation",
"type": "tenant",
"status_pu": "registered",
"no_pu": "string",
"pic_name": "string",
"pic_phone": "8812313123",
"address": "Jl. jalan",
"created_at": "2025-06-13T08:35:27.483Z",
"updated_at": "2025-06-13T08:54:00.543Z"
},
"message": "Sukses mengambil data perusahaan"
}
Request
Path Params
id
stringÂ
required
Responses
Modified at 2025-05-31 13:16:00