cURL
curl --request PATCH \ --url https://api.social-api.ai/v1/brands/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Acme Corp" } '
{ "accounts_count": 0, "created_at": "2026-03-14T09:00:00Z", "id": "b_01HZ9X3Q4R5M6N7P8V2K0W1J", "name": "Acme Corporation", "updated_at": "2026-03-14T09:00:00Z" }
Renames a brand.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Brand ID
New name
"Acme Corp"
Brand updated
0
"2026-03-14T09:00:00Z"
"b_01HZ9X3Q4R5M6N7P8V2K0W1J"
"Acme Corporation"