v1

latestOpenAPI 3.0.02026-07-24622596.0 KB
Company

Retrieve Company

get/company

Response

Details about the current company

idstring required

The Company's unique ID

namestring required

The name of the company

status'active' | 'cancelled' | 'deleted'

Indicates the status of the Company.

Example response

{
  "id": "2789583992",
  "name": "Psych",
  "status": "active",
  "address": {
    "street_address_1": "808 P St",
    "city": "Lincoln",
    "state": "NE",
    "postal_code": "68508",
    "country": "US"
  },
  "logo": [
    {
      "type": "original",
      "uri": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg",
      "url": "https://static.companycam.com/VuS0rPvrnNA1490797262.jpg"
    }
  ]
}