Skip to main content
GET
cURL

Get all Brands

Retrieve a comprehensive list of all affiliate brands available in the Lomadee network. This endpoint provides detailed brand information including logos, commission rates, and available channels.

HTTP Request

Query Parameters

Search by brand name (full-text search)
integer
default:"1"
Page number (default: 1)
integer
default:"20"
Items per page (default: 20, max: 20)
string
Categories separated by comma
boolean
Filter only exclusive brands
boolean
Filter only favorite brands
boolean
Filter only highlighted brands
boolean
Filter by public visibility (true = public, false = private)
string
Start date to filter by creation date (ISO 8601)
string
End date to filter by creation date (ISO 8601)

Example Requests

Basic Request

With Pagination

Response Format

array
Array of brand objects
object
Pagination metadata

Brand Object Structure

string
The unique identifier of the brand
The logo URL of the brand
string
The name of the brand
string
The URL-friendly slug of the brand
string
The website URL of the brand
string
Brand segment/category
object
Network information for the brand
string
Creation date (ISO 8601)
object
Commission information for the brand
array
Available affiliate channels for the brand

Example Response

Error Responses

401 Unauthorized

500 Internal Server Error

Usage Examples

JavaScript/Node.js

Python

PHP

Best Practices

  1. Pagination: Always implement pagination for large datasets
  2. Caching: Cache brand data when appropriate (TTL: 60 seconds)
  3. Commission Tracking: Use commission information to calculate earnings
  4. Channel Management: Check channel availability before generating links
  5. Error Handling: Implement proper error handling for all responses
  6. Rate Limiting: Respect the 60 requests per 60 seconds limit

Common Use Cases

  • Brand Directory: Display available affiliate brands
  • Commission Analysis: Compare commission rates across brands
  • Channel Management: Check available channels for each brand
  • Link Generation: Generate affiliate links for specific brands
  • Performance Tracking: Monitor brand performance and earnings

Authorizations

x-api-key
string
header
required

Query Parameters

Search by brand name (full-text search)

page
integer<int32>
default:1

Page number (default: 1)

limit
integer<int32>
default:20

Items per page (default: 20, max: 20)

Required range: x <= 20
categories
string

Categories separated by comma

isExclusive
boolean

Filter only exclusive brands

isFavorite
boolean

Filter only favorite brands

isHighlight
boolean

Filter only highlighted brands

isPublic
boolean

Filter by public visibility (true = public, false = private)

startAt
string<date-time>

Start date to filter by creation date (ISO 8601)

endAt
string<date-time>

End date to filter by creation date (ISO 8601)

Response

Brand response

Brand response structure with data array and pagination

data
object[]
pagination
object