GET
/
3
/
search
/
company
curl --request GET \
  --url https://api.themoviedb.org/3/search/company \
  --header 'Authorization: Bearer <token>'
{
  "page": 1,
  "results": [],
  "total_pages": 1,
  "total_results": 0
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

New Request

The response is of type object.