GET
/
3
/
company
/
{company_id}
/
images
curl --request GET \
  --url https://api.themoviedb.org/3/company/%7B{company_id}%7D/images
{
  "id": 65941,
  "logos": []
}

Path Parameters

company_id
string
required

Response

200 - application/json

Images

The response is of type object.