GET
/
3
/
company
/
{company_id}
{
  "description": "",
  "headquarters": "Vancouver, British Columbia",
  "homepage": "",
  "id": 219390,
  "logo_path": "/itmHJLbJcjEYcTo3FtIxXPdqsyn.png",
  "name": "Pixar Canada",
  "origin_country": "CA",
  "parent_company": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Response

200 - application/json

Details Example

description
string
Example:

""

headquarters
string
Example:

"Vancouver, British Columbia"

homepage
string
Example:

""

id
number
Example:

219390

logo_path
string
Example:

"/itmHJLbJcjEYcTo3FtIxXPdqsyn.png"

name
string
Example:

"Pixar Canada"

origin_country
string
Example:

"CA"

parent_company
any