list logos.md

For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to page URLs; this page is available as Markdown.

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:

Permissions

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

Endpoint

Request example

{% code expandable="true" %}

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" %}

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

{% endcode %}