Returns a list of the available trailer logos in lowercase when calling the `Create Alert` endpoint.

#### Authentication

Include the following headers in your requests:

- **Access-Token**: The access token obtained from the "Create Access Token" endpoint.
- **x-api-key:** The API key provided by GenLogs. This header must be included in the request.

### Permissions

Ensure your API user has a role with `admin` or `create-alert-endpoint` permission.

### Endpoint

- **URL**: `https://api.genlogs.io/logos`
- **Method**: `GET`

#### Request example

```bash
curl --location 'https://api.genlogs.io/logos' \
--header 'Access-Token: {access-token}' \
--header 'X-Api_key: {x-api-key}'
```

#### Response example

```json
[\
    "10 roads express",\
    "aaa cooper transportation",\
    "aat carriers",\
    "abf"\
]
```
