Skip to main content
GET
/
3
/
company
/
{company_id}
{
  "description": "",
  "headquarters": "Los Gatos, California",
  "homepage": "https://www.netflix.com",
  "id": 178464,
  "logo_path": "/tyHnxjQJLH6h4iDQKhN5iqebWmX.png",
  "name": "Netflix",
  "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
number
required

This represents the company ID. Get it here

Response

200 - application/json

Details

description
string
Example:

""

headquarters
string
Example:

"Los Gatos, California"

homepage
string
Example:

"https://www.netflix.com"

id
number
Example:

178464

logo_path
string
Example:

"/tyHnxjQJLH6h4iDQKhN5iqebWmX.png"

name
string
Example:

"Netflix"

origin_country
string
Example:

"US"

parent_company
any
I