COMPANY
Images
This endpoint get the company logos by id.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier assigned to a company.
Example:
""
Response
200 - application/json
images
A unique identifier for the company
Example:
3268
This is a graphical representations or brand images associated with a company.
Example:
[
{
"aspect_ratio": 2.425287356321839,
"file_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png",
"file_type": ".svg",
"height": 174,
"id": "5aa1688c9251416105009d28",
"vote_average": 3.334,
"vote_count": 1,
"width": 422
}
]