> For the complete documentation index, see [llms.txt](https://docs.genlogs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.genlogs.io/alerts/list-logos.md).

# List logos

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

{% code expandable="true" %}

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

{% endcode %}

#### Response example

{% code expandable="true" %}

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

{% endcode %}
