cURL
Brands
Get all Brands
Returns all brands from the system that the user has access to
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
string
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
string
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
- Pagination: Always implement pagination for large datasets
- Caching: Cache brand data when appropriate (TTL: 60 seconds)
- Commission Tracking: Use commission information to calculate earnings
- Channel Management: Check channel availability before generating links
- Error Handling: Implement proper error handling for all responses
- 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
Query Parameters
Search by brand name (full-text search)
Page number (default: 1)
Items per page (default: 20, max: 20)
Required range:
x <= 20Categories separated by comma
Filter only exclusive brands
Filter only favorite brands
Filter only highlighted brands
Filter by public visibility (true = public, false = private)
Start date to filter by creation date (ISO 8601)
End date to filter by creation date (ISO 8601)