cURL
curl --request GET \ --url https://api.social-api.ai/v1/brands \ --header 'Authorization: <api-key>'
{ "count": 2, "data": [ { "accounts_count": 3, "created_at": "2026-03-14T09:00:00Z", "id": "b_01HZ9X3Q4R5M6N7P8V2K0W1J", "name": "Acme Corporation", "updated_at": "2026-03-14T09:00:00Z" } ] }
Returns all brands for the authenticated user with their connected account counts.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
List of brands
2
Show child attributes