The Company Detail API provides detailed information about the company by ID.
The Id of the company (unique identifier).
Name of the subscription (e.g., “Nexus Human Reseller Program”).
The Id of the company (unique identifier).
Name of the company.
External id of the company .
Description of the company.
Company organization.
Address of the company.
Address of the company.
City of the company.
State of the country.
ZipCode of the company.
Country of the company.
E-mail id of the company.
Phone number of the company.
Phone number of the company.
Fax of the company.
Website url of the company.
{
"success": true,
"message": "Data retrieved successfully.",
"data": {
"id": 448997,
"name": "Testing Company",
"externalId": "1234567_tryt",
"description": "tesring description",
"organizationId": 387,
"owningUserId": 2699590,
"assignableToUsers": true,
"address1": "123 Company St.",
"address2": "Viman Nagar",
"city": "Tampa",
"state": "FL",
"zip": "123456",
"country": "US",
"email": "xyz@gmail.com",
"phone": "123354417",
"phone2": "123354417",
"fax": "33",
"webSiteUrl": "https://companysite.com"
}
}