Skip to main content
GET
/
brands
List brands
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Response

List of brands

count
integer
Example:

2

data
object[]