Brand Profile
Put By Id
Public API endpoint: brandProfile.putById
Required scopes: brand:settings:write
Authorization
bearerAuth AuthorizationBearer <token>
API key (prefix: cogn_) from Account → Developer
In: header
Path Parameters
brandId*string
Brand ID (prefix: br_)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "http://localhost:3013/api/v1/brands/string/profile" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"id": "1",
"seoDescription": "A great brand for modern commerce.",
"footerText": "© 2025 Acme Inc. All rights reserved.",
"favicon": "https://example.com/favicon.ico",
"logoLight": "https://example.com/logo-light.png",
"logoDark": "https://example.com/logo-dark.png",
"supportEmail": "support@example.com",
"supportPhone": "+1234567890",
"facebookUrl": "https://example.com/facebook",
"instagramUrl": "https://example.com/instagram",
"youtubeUrl": "https://example.com/youtube",
"primaryStoreId": "1",
"primaryWebshopDomainId": null,
"storefrontHomeFeaturedProductId": null,
"storefrontHomeBuyPackProductIds": null,
"storefrontPrimaryColor": null,
"storefrontGoogleFont": null,
"storefrontProductReviewPolicy": null,
"storefrontCheckoutChromeMode": "default"
},
"message": "Success",
"traceId": "req_abc123"
}{
"success": false,
"message": "Invalid data",
"errors": [
{
"code": 400,
"message": "Invalid data"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Unauthorized",
"errors": [
{
"code": 401,
"message": "Unauthorized"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Forbidden",
"errors": [
{
"code": 403,
"message": "Forbidden"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Not found",
"errors": [
{
"code": 404,
"message": "Not found"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "Conflict",
"errors": [
{
"code": 409,
"message": "Conflict"
}
],
"traceId": "req_xxx"
}{
"success": false,
"message": "string",
"errors": [
{
"code": 0,
"message": "string",
"details": {}
}
],
"traceId": "string",
"params": {},
"readableMessage": "string"
}{
"success": false,
"message": "Rate limit exceeded",
"errors": [],
"traceId": "req_xxx"
}{
"success": false,
"message": "Unexpected error",
"errors": [
{
"code": 500,
"message": "Unexpected error"
}
],
"traceId": "req_xxx"
}