OfficialBrand

Verified Brands Directory

OfficialBrand

Discover verified brands and their official social media accounts. Building trust through authentication.

For Users

  • Browse Brands
  • How It Works
  • Safety Tips
  • Search Directory

For Brands

  • Register Brand
  • Verification Guide
  • Brand Dashboard
  • Pricing

Legal & Support

  • Privacy Policy
  • Terms of Service
  • Contact Us
  • FAQ

© 2025 OfficialBrand. All rights reserved.

StatusAPISitemap

BrandVerify

API Documentation

RESTful API v1.0

Build with BrandVerify API

Integrate verified brand data into your application. Simple, fast, and reliable API with comprehensive documentation.

Fast & Reliable

99.9% uptime with sub-100ms response times

Secure Authentication

OAuth 2.0 and API key authentication

RESTful API

Clean, predictable resource-oriented URLs

Global CDN

Distributed across multiple regions worldwide

Quick Start

1. Get your API key

Sign up for an account and generate your API key from the dashboard.

Your API Key:
sk_live_xxxxxxxxxxxxx

2. Make your first request

All API requests require authentication via the Authorization header.

const response = await fetch('https://api.brandverify.com/v1/brands/brand_123', {
  method: 'GET',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  }
});

const brand = await response.json();
console.log(brand);

3. Handle the response

Response (200 OK)
{
  "id": "brand_123",
  "name": "TechCorp",
  "category": "Technology",
  "description": "Leading technology company",
  "verified": true,
  "verifiedAt": "2024-01-15T10:30:00Z",
  "email": "contact@techcorp.com",
  "website": "https://techcorp.com",
  "socialAccounts": [
    {
      "platform": "Twitter",
      "handle": "@techcorp",
      "url": "https://twitter.com/techcorp",
      "verified": true
    }
  ]
}

Endpoints

GET/api/v1/brands/{brandId}

Get Brand Details

Retrieve detailed information about a specific brand

Request Example

Rate Limits

API rate limits vary by plan. Exceeded limits return a 429 status code.

Free

100 requests/hour

1 req/sec

Pro

10,000 requests/hour

100 req/sec

Enterprise

Unlimited

Custom

Ready to get started?

Create an account and get your API key in minutes