GET/companies/{id}.json
Retrieve a Single Company
Uses the ID specified to return a single company.
Path Params
- Name
- id
- Type
- string
- required
- Description
 
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
 
200 Response
application/json
{
  "company": {
    "state": "",
    "email_one": "",
    "profile-text": "",
    "email_three": "",
    "contacts": "1",
    "website": "",
    "logo-URL": "",
    "email_two": "",
    "cid": "",
    "phone": "",
    "accounts": "15",
    "company_name_url": "1-9999-holly-s-web-agency",
    "can_see_private": true,
    "zip": "",
    "tags": [],
    "industryId": "",
    "id": "1",
    "fax": "",
    "address_two": "",
    "name": "[9999] Holly's Web Agency",
    "country": "",
    "isowner": "1",
    "private-notes-text": "",
    "industry": "",
    "address_one": "",
    "countrycode": "",
    "city": ""
  },
  "STATUS": "OK"
}