Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Company Example
Example:
1
Example:
[
{
"id": 71126,
"logo_path": null,
"name": "Lucasfilm Kids",
"origin_country": ""
},
{
"id": 1,
"logo_path": "/tlVSws0RvvtPBwViUyOFAO0vcQS.png",
"name": "Lucasfilm Ltd.",
"origin_country": "US"
},
{
"id": 108270,
"logo_path": "/eDWGeg5tdVNcI8aBaaJ21bEBtFa.png",
"name": "Lucasfilm Animation",
"origin_country": "US"
},
{
"id": 8805,
"logo_path": "/77RCtjFOnX2cbQ24z4q7IDzqZV4.png",
"name": "Industrial Light & Magic",
"origin_country": "US"
}
]
Example:
1
Example:
4