Assign tracking with tag
Attach one or more tags to one or more tracked keywords in a single call. Both keyword_ids (tracked keyword IDs) and tag_ids are required. Existing tag assignments are preserved — the provided tags are merged with the current set so duplicates are avoided. Returns HTTP 204.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Path Parameters
tracking_id*string
Tracking ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
body?unknown
Response Body
application/json
curl -X POST "https://api.mangools.com/v3/serpwatcher/trackings/string/tags/assign" \ -H "Content-Type: application/json" \ -d '{ "keyword_ids": [ "string" ], "tag_ids": [ "string" ] }'{
"user_id": "string",
"tracking_id": "string",
"name": "string",
"color": "string",
"created_at": "string"
}