Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{
"headquarters": "Los Angeles, California",
"homepage": "https://www.fox.com",
"id": 19,
"logo_path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png",
"name": "FOX",
"origin_country": "US"
}
This endpoint allows you to get the details of a network using an ID.
{
"headquarters": "Los Angeles, California",
"homepage": "https://www.fox.com",
"id": 19,
"logo_path": "/1DSpHrWyOORkL9N2QHX7Adt31mQ.png",
"name": "FOX",
"origin_country": "US"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.