GET
/
company
/
{company_id}
{
  "description": "",
  "headquarters": "Los Angeles, California",
  "homepage": "http://convergence-ent.com/",
  "id": 7417,
  "logo_path": "/13GyIWMzFvDqJN6I6tZCQYzWr7L.png",
  "name": "Convergence Entertainment",
  "origin_country": "US",
  "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

Fetch company details

description
string
Example:

""

headquarters
string
Example:

"Los Angeles, California"

homepage
string
Example:

"http://convergence-ent.com/"

id
number
Example:

7417

logo_path
string
Example:

"/13GyIWMzFvDqJN6I6tZCQYzWr7L.png"

name
string
Example:

"Convergence Entertainment"

origin_country
string
Example:

"US"

parent_company
any