Skip to main content

Get a list of logos

GET 

/v1/logos

Returns all information about a list of logos. Supports pagination, sorting by upload date and filtering by logo status. A logo is accessible through an url with this pattern: https://dkqpie8wc7aeo.cloudfront.net/logoId_600x600.jpg The logoId should be replaced with the logo UUID.

Query Parameters


    page integer

    Return page of given number.

    Default value: 0

    size integer

    Return page of given size.

    Default value: 20

    logoStatus string

    Filter results based on status.


    sortBy string

    Sort by given parameter.

    Default value: createdAt

    sortDirection string

    Sort by given direction (value is case insensitive).

    Default value: Ascending

Responses

application/json