Skip to main content
GET
Company_id

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

The name of the company we are retrieving its company id.

Example:

"HBO"

page
integer

Indicates which page of results to return. Default is the first page (1).

Example:

1

Response

200 - application/json

company_id

page
number

The current page number in the paginated results.

Example:

1

results
object[]

This provides specific information about a particular HBO brand.

Example:
total_pages
number

The total number of pages available in the response data.

Example:

2

total_results
number

The total number of movie results returned from the query.

Example:

24