Skip to main content
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
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

  1. Error Handling: Always handle 404 errors for invalid brand IDs
  2. Caching: Cache brand data when appropriate (TTL: 60 seconds)
  3. Commission Calculation: Use commission data to calculate potential earnings
  4. Channel Validation: Check channel availability before generating links
  5. 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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of brand to return (organizationId)

Response

Brand response

data
object