GET
/
3
/
network
/
49
curl --request GET \
  --url https://api.themoviedb.org/3/network/49 \
  --header 'Authorization: Bearer <token>'
{
  "headquarters": "New York City, New York",
  "homepage": "https://www.hbo.com",
  "id": 49,
  "logo_path": "/hizvY65SpyF3BPY2qsBZMgUOxjs.png",
  "name": "HBO",
  "origin_country": "US"
}

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.