Brands
Replace a brand's tracked keywords
Stores a keyword list on the brand so rank and keyword endpoints can pull it by brandId instead of re-sending keywords each call. Free, no credits.
PUT
/v1/brands/{id}/keywordsAuthorization
accessKey x-access-key<token>
In: header
Path Parameters
id*string
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
curl -X PUT "https://example.com/v1/brands/string/keywords" \ -H "Content-Type: application/json" \ -d '{ "keywords": [ "string" ] }'{
"success": true,
"data": {
"id": "string",
"keywords": [
"string"
]
}
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}{
"success": false,
"message": "string"
}