cURL
Brands
Get a Brand
Returns a single brand based on the ID supplied
GET
cURL
Get a Brand
Retrieve detailed information about a specific affiliate brand by its ID. This endpoint provides comprehensive brand data including commission rates, available channels, and brand details.HTTP Request
Path Parameters
string
The unique identifier of the brand to retrieve
Example Requests
Basic Request
Response Format
object
Brand object with detailed information
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
404 Not Found
401 Unauthorized
500 Internal Server Error
Usage Examples
JavaScript/Node.js
Python
PHP
Best Practices
- Error Handling: Always handle 404 errors for invalid brand IDs
- Caching: Cache brand data when appropriate (TTL: 60 seconds)
- Commission Calculation: Use commission data to calculate potential earnings
- Channel Validation: Check channel availability before generating links
- Rate Limiting: Respect the 60 requests per 60 seconds limit
Common Use Cases
- Brand Details: Display detailed information about a specific brand
- Commission Analysis: Analyze commission rates for specific brands
- Channel Management: Check available channels for a specific brand
- Link Generation: Generate affiliate links for a specific brand
- Performance Tracking: Monitor performance metrics for individual brands